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 Details

    • ParseException

      public ParseException(String message)
      Creates a new exception.

      Parameters:
      message - the error message
    • ParseException

      public ParseException(String message, Throwable cause)
      Creates a new exception.

      Parameters:
      message - the error message
      cause - the cause