UM Java API
6.16.1
|
Public Member Functions | |
LBMSDMOutOfRangeException () | |
LBMSDMOutOfRangeException (String s) | |
LBMSDMOutOfRangeException (String s, int v, int low, int high) | |
LBMSDMOutOfRangeException (String s, short v, short low, short high) | |
LBMSDMOutOfRangeException (String s, long v, long low, long high) | |
LBMSDMOutOfRangeException (String s, BigInteger v, BigInteger low, BigInteger high) | |
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.
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | ) |
Generic Constructor
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | String | s | ) |
Generic Constructor including a string
s | Exception message |
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | String | s, |
int | v, | ||
int | low, | ||
int | high | ||
) |
Constructor including field data
s | Exception message |
v | Value out of range |
low | Low value of range |
high | High value of range |
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | String | s, |
short | v, | ||
short | low, | ||
short | high | ||
) |
Constructor including field data
s | Exception message |
v | Value out of range |
low | Low value of range |
high | High value of range |
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | String | s, |
long | v, | ||
long | low, | ||
long | high | ||
) |
Constructor including field data
s | Exception message |
v | Value out of range |
low | Low value of range |
high | High value of range |
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException.LBMSDMOutOfRangeException | ( | String | s, |
BigInteger | v, | ||
BigInteger | low, | ||
BigInteger | high | ||
) |
Constructor including field data
s | Exception message |
v | Value out of range |
low | Low value of range |
high | High value of range |