public class ExporttoPanelValidationException extends ExporttoException
code, formatString, messageKey| Constructor and Description |
|---|
ExporttoPanelValidationException() |
ExporttoPanelValidationException(java.lang.String message) |
ExporttoPanelValidationException(java.lang.String message,
java.lang.Throwable cause) |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuespublic ExporttoPanelValidationException(java.lang.String message,
java.lang.Throwable cause)
message - the default messageFormat to describe the exceptioncause - the original cause of the exceptionBaseException#BaseException(String, Throwable, String, long).public ExporttoPanelValidationException(java.lang.String message)
message - the default messageFormat to describe the exceptionBaseException#BaseException(String, Throwable, String, long).public ExporttoPanelValidationException()