|
|||||||||
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.LBMSDMTypeMismatchException
public class LBMSDMTypeMismatchException
An LBM SDM Exception indicating there is a mismatch between field types. Where possible, additional field data is dumped.
Constructor Summary | |
---|---|
LBMSDMTypeMismatchException()
Generic Constructor |
|
LBMSDMTypeMismatchException(java.lang.String s)
Generic Constructor including a string |
|
LBMSDMTypeMismatchException(java.lang.String s,
LBMSDMField f1,
LBMSDMField f2)
Constructor including field data being compared |
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 LBMSDMTypeMismatchException()
public LBMSDMTypeMismatchException(java.lang.String s)
s
- Exception messagepublic LBMSDMTypeMismatchException(java.lang.String s, LBMSDMField f1, LBMSDMField f2)
s
- Exception messagef1
- First field being comparedf2
- Second field being compared
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |