public class ExportPanelValidationException extends ExportException
code, formatString, messageKey| Constructor and Description |
|---|
ExportPanelValidationException() |
ExportPanelValidationException(java.lang.String message) |
ExportPanelValidationException(java.lang.String message,
java.lang.Throwable cause) |
getFeaturecontainsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuespublic ExportPanelValidationException(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 ExportPanelValidationException(java.lang.String message)
message - the default messageFormat to describe the exceptionBaseException#BaseException(String, Throwable, String, long).public ExportPanelValidationException()