|
|||||||||
| 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.LBMSDMUnsignedException
public class LBMSDMUnsignedException
An LBM SDM Exception indicating an negative number was provided to an unsigned field type. Where possible, additional field data is dumped.
| Constructor Summary | |
|---|---|
LBMSDMUnsignedException()
Generic Constructor |
|
LBMSDMUnsignedException(java.lang.String s)
Generic Constructor including a string |
|
LBMSDMUnsignedException(java.lang.String s,
byte v)
Constructor including field data |
|
LBMSDMUnsignedException(java.lang.String s,
int v)
Constructor including field data |
|
LBMSDMUnsignedException(java.lang.String s,
long v)
Constructor including field data |
|
LBMSDMUnsignedException(java.lang.String s,
short v)
Constructor including field data |
|
LBMSDMUnsignedException(java.lang.String s,
java.lang.String v)
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 LBMSDMUnsignedException()
public LBMSDMUnsignedException(java.lang.String s)
s - Exception message
public LBMSDMUnsignedException(java.lang.String s,
int v)
s - Exception messagev - Value which is signed
public LBMSDMUnsignedException(java.lang.String s,
long v)
s - Exception messagev - Value which is signed
public LBMSDMUnsignedException(java.lang.String s,
short v)
s - Exception messagev - Value which is signed
public LBMSDMUnsignedException(java.lang.String s,
byte v)
s - Exception messagev - Value which is signed
public LBMSDMUnsignedException(java.lang.String s,
java.lang.String v)
s - Exception messagev - Value which is signed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||