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