Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
createshared ErrorHandler create()

Create an error handler using defaults

createshared ErrorHandler create(Boolean displayExceptionDetails)

Create an error handler

Parameters:
  • displayExceptionDetails

    true if exception details should be displayed

createshared ErrorHandler create(String errorTemplateName)

Create an error handler

Parameters:
  • errorTemplateName

    the error template name - will be looked up from the classpath

createshared ErrorHandler create(String errorTemplateName, Boolean displayExceptionDetails)

Create an error handler

Parameters:
  • errorTemplateName

    the error template name - will be looked up from the classpath

  • displayExceptionDetails

    true if exception details should be displayed

Inherited Methods
Methods inherited from: Object
equals