wt.fc
Class ReferentialIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.pom.PersistenceException
wt.fc.ReferentialIntegrityException
- All Implemented Interfaces:
- LocalizableMessage, Message, Serializable
- public class ReferentialIntegrityException
- extends PersistenceException
This exception is used to report exception information related to referential
integrity violations.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class wt.util.WTException |
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
DEFAULT_DELEGATE
private static final StandardReferentialIntegrityExceptionHandler DEFAULT_DELEGATE
DEBUG
public static final boolean DEBUG
LOG
private static final DebugWriter LOG
linkMap
private WTKeyedMap linkMap
ReferentialIntegrityException
public ReferentialIntegrityException(WTKeyedMap a_linkMap)
getLinkMap
public WTKeyedMap getLinkMap()
buildAdditionalMessages
void buildAdditionalMessages()
throws WTException
- Throws:
WTException