|
|||||||||
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.LBMSDMDuplicateFieldException
public class LBMSDMDuplicateFieldException
An LBM SDM Exception indicating a duplicate field exists - probably when adding a field. Where possible, additional field data is dumped.
Constructor Summary | |
---|---|
LBMSDMDuplicateFieldException()
Generic Constructor |
|
LBMSDMDuplicateFieldException(java.lang.String s)
Generic Constructor including a string |
|
LBMSDMDuplicateFieldException(java.lang.String s,
LBMSDMField f)
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 LBMSDMDuplicateFieldException()
public LBMSDMDuplicateFieldException(java.lang.String s)
s
- Exception messagepublic LBMSDMDuplicateFieldException(java.lang.String s, LBMSDMField f)
s
- Exception messagef
- Field being added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |