UM .NET API  6.16
com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException Class Reference

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

Inheritance diagram for com.latencybusters.lbm.sdm.LBMSDMTypeMismatchException:
com.latencybusters.lbm.sdm.LBMSDMException

Public Member Functions

 LBMSDMTypeMismatchException ()
 Generic Constructor.
 
 LBMSDMTypeMismatchException (System.String s)
 Generic Constructor including a string. More...
 
 LBMSDMTypeMismatchException (System.String s, LBMSDMField f1, LBMSDMField f2)
 Constructor including field data being compared. More...
 

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 ( System.String  s)

Generic Constructor including a string.

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

Constructor including field data being compared.

Parameters
sException message
f1First field being compared
f2Second field being compared

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