public class DynFieldNotFoundException extends DynObjectRuntimeException
code, formatString, messageKey
Constructor and Description |
---|
DynFieldNotFoundException(java.lang.String dynFieldName,
java.lang.String dynClassName)
Creates a new DynFieldNotFoundException.
|
DynFieldNotFoundException(java.lang.String dynFieldName,
java.lang.String dynClassName,
java.lang.Throwable cause)
Creates a new DynFieldNotFoundException.
|
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, values
public DynFieldNotFoundException(java.lang.String dynFieldName, java.lang.String dynClassName)
dynFieldName
- the name of the attribute not founddynClassName
- the name of the DynClass where the attribute does not existpublic DynFieldNotFoundException(java.lang.String dynFieldName, java.lang.String dynClassName, java.lang.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