public class DynFieldNotFoundException extends DynObjectRuntimeException
code, formatString, messageKey| Constructor and Description |
|---|
DynFieldNotFoundException(String dynFieldName,
String dynClassName)
Creates a new DynFieldNotFoundException.
|
DynFieldNotFoundException(String dynFieldName,
String dynClassName,
Throwable cause)
Creates a new DynFieldNotFoundException.
|
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, valuesaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DynFieldNotFoundException(String dynFieldName, String dynClassName)
dynFieldName - the name of the attribute not founddynClassName - the name of the DynClass where the attribute does not existpublic DynFieldNotFoundException(String dynFieldName, String dynClassName, Throwable cause)
dynFieldName - the name of the attribute not founddynClassName - the name of the DynClass where the attribute does not existcause - the original cause exception