Class CmsFormatterBeanParser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.ade.configuration.formatters.CmsFormatterBeanParser.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsFormatterBeanParser
Exception for the errors in the configuration file not covered by other exception types.
- See Also:
-
Constructor Summary
ConstructorDescriptionParseException
(String message) Creates a new exception.ParseException
(String message, Throwable cause) Creates a new exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Creates a new exception.- Parameters:
message
- the error message
-
ParseException
Creates a new exception.- Parameters:
message
- the error messagecause
- the cause
-