public class ExporttoPanelValidationException extends ExporttoException
code, formatString, messageKey| Constructor and Description |
|---|
ExporttoPanelValidationException() |
ExporttoPanelValidationException(String message) |
ExporttoPanelValidationException(String message,
Throwable cause) |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuesaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExporttoPanelValidationException(String message, Throwable cause)
message - the default messageFormat to describe the exceptioncause - the original cause of the exceptionBaseException#BaseException(String, Throwable, String, long).public ExporttoPanelValidationException(String message)
message - the default messageFormat to describe the exceptionBaseException#BaseException(String, Throwable, String, long).public ExporttoPanelValidationException()