|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.neeve.ods.OdsReferentialIntegrityException
public final class OdsReferentialIntegrityException
Thrown by an ODS add/update/remove event handler during initialization to indicate a referential integrity error in handling the event
Constructor Summary | |
---|---|
OdsReferentialIntegrityException(String str)
Construct a fatal exception using a string . |
|
OdsReferentialIntegrityException(String str,
boolean fatal)
Construct using a string and whether the exception is fatal or not. |
Method Summary | |
---|---|
boolean |
isFatal()
Get whether the referential integrity issue is fatal |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OdsReferentialIntegrityException(String str, boolean fatal)
str
- A string describing the exception (returned by getMessage()).fatal
- Indicates whether this is a fatal exception or not. This
value is used by the ODS runtime to determine whether to terminate
initialization when this exception is thrown by an event handler.public OdsReferentialIntegrityException(String str)
str
- A string describing the exception (returned by getMessage()).
This constructor invokes this(str, true)
Method Detail |
---|
public final boolean isFatal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |