public class PortableViewException extends BaseException
PortableViewService}
,
PortableViewManager}
,
Serialized Formcode, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
PortableViewException()
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
|
PortableViewException(java.lang.Exception cause)
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
protected |
PortableViewException(java.lang.String message,
java.lang.String key,
long code) |
protected |
PortableViewException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code) |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
public PortableViewException()
public PortableViewException(java.lang.Exception cause)
Don't use this constructor in child classes.
cause
- the original cause of the exceptionprotected PortableViewException(java.lang.String message, java.lang.String key, long code)
message
- the default messageFormat to describe the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException.BaseException(String, String, long).
protected PortableViewException(java.lang.String message, java.lang.Throwable cause, java.lang.String key, long code)
message
- the default messageFormat to describe the exceptioncause
- the original cause of the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException.BaseException(String, Throwable, String, long).