public final class OdsReferentialIntegrityException extends IllegalStateException
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFatal()
Get whether the referential integrity issue is fatal
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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)
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.