|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.latencybusters.lbm.sdm.LBMSDMException
com.latencybusters.lbm.sdm.LBMSDMOutOfRangeException
public class LBMSDMOutOfRangeException
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 Summary | |
|---|---|
LBMSDMOutOfRangeException()
Generic Constructor |
|
LBMSDMOutOfRangeException(java.lang.String s)
Generic Constructor including a string |
|
LBMSDMOutOfRangeException(java.lang.String s,
java.math.BigInteger v,
java.math.BigInteger low,
java.math.BigInteger high)
Constructor including field data |
|
LBMSDMOutOfRangeException(java.lang.String s,
int v,
int low,
int high)
Constructor including field data |
|
LBMSDMOutOfRangeException(java.lang.String s,
long v,
long low,
long high)
Constructor including field data |
|
LBMSDMOutOfRangeException(java.lang.String s,
short v,
short low,
short high)
Constructor including field data |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LBMSDMOutOfRangeException()
public LBMSDMOutOfRangeException(java.lang.String s)
s - Exception message
public LBMSDMOutOfRangeException(java.lang.String s,
int v,
int low,
int high)
s - Exception messagev - Value out of rangelow - Low value of rangehigh - High value of range
public LBMSDMOutOfRangeException(java.lang.String s,
short v,
short low,
short high)
s - Exception messagev - Value out of rangelow - Low value of rangehigh - High value of range
public LBMSDMOutOfRangeException(java.lang.String s,
long v,
long low,
long high)
s - Exception messagev - Value out of rangelow - Low value of rangehigh - High value of range
public LBMSDMOutOfRangeException(java.lang.String s,
java.math.BigInteger v,
java.math.BigInteger low,
java.math.BigInteger high)
s - Exception messagev - Value out of rangelow - Low value of rangehigh - High value of range
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||