UM Java API  6.16
com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException Class Reference
Inheritance diagram for com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException:
com.latencybusters.lbm.sdm.LBMSDMException

Public Member Functions

 LBMSDMTypeMismatchException ()
 
 LBMSDMTypeMismatchException (String s)
 
 LBMSDMTypeMismatchException (String s, LBMSDMField f1, LBMSDMField f2)
 

Detailed Description

An LBM SDM Exception indicating there is a mismatch between field types. Where possible, additional field data is dumped.

Constructor & Destructor Documentation

com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException.LBMSDMTypeMismatchException ( )

Generic Constructor

com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException.LBMSDMTypeMismatchException ( String  s)

Generic Constructor including a string

Parameters
sException message
com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException.LBMSDMTypeMismatchException ( String  s,
LBMSDMField  f1,
LBMSDMField  f2 
)

Constructor including field data being compared

Parameters
sException message
f1First field being compared
f2Second field being compared

References com.latencybusters.lbm.sdm.LBMSDMField.getTypeString().


The documentation for this class was generated from the following file: