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, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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()