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

An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped. More...

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

Public Member Functions

 LBMSDMOutOfRangeException ()
 Generic Constructor.
 
 LBMSDMOutOfRangeException (System.String s)
 Generic Constructor including a string. More...
 
 LBMSDMOutOfRangeException (System.String s, int v, int low, int high)
 Constructor including field data. More...
 
 LBMSDMOutOfRangeException (System.String s, short v, short low, short high)
 Constructor including field data. More...
 
 LBMSDMOutOfRangeException (System.String s, long v, long low, long high)
 Constructor including field data. More...
 
 LBMSDMOutOfRangeException (System.String s, System.Decimal v, System.Decimal low, System.Decimal high)
 Constructor including field data. More...
 

Detailed Description

An LBM SDM Exception indicating a value was provided but is out of range. Where possible, additional data about the invalid data and the valid range is dumped.

Constructor & Destructor Documentation

com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException ( System.String  s)

Generic Constructor including a string.

Parameters
sException message
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException ( System.String  s,
int  v,
int  low,
int  high 
)

Constructor including field data.

Parameters
sException message
vValue out of range
lowLow value of range
highHigh value of range
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException ( System.String  s,
short  v,
short  low,
short  high 
)

Constructor including field data.

Parameters
sException message
vValue out of range
lowLow value of range
highHigh value of range
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException ( System.String  s,
long  v,
long  low,
long  high 
)

Constructor including field data.

Parameters
sException message
vValue out of range
lowLow value of range
highHigh value of range
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException ( System.String  s,
System.Decimal  v,
System.Decimal  low,
System.Decimal  high 
)

Constructor including field data.

Parameters
sException message
vValue out of range
lowLow value of range
highHigh value of range

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