Uses of Class
org.apache.wicket.settings.ExceptionSettings.UnexpectedExceptionDisplay
-
Packages that use ExceptionSettings.UnexpectedExceptionDisplay Package Description org.apache.wicket.settings -
-
Uses of ExceptionSettings.UnexpectedExceptionDisplay in org.apache.wicket.settings
Fields in org.apache.wicket.settings declared as ExceptionSettings.UnexpectedExceptionDisplay Modifier and Type Field Description static ExceptionSettings.UnexpectedExceptionDisplay
ExceptionSettings. SHOW_EXCEPTION_PAGE
Indicates that an exception page appropriate to development should be shown when an unexpected exception is thrown.static ExceptionSettings.UnexpectedExceptionDisplay
ExceptionSettings. SHOW_INTERNAL_ERROR_PAGE
Indicates a generic internal error page should be shown when an unexpected exception is thrown.static ExceptionSettings.UnexpectedExceptionDisplay
ExceptionSettings. SHOW_NO_EXCEPTION_PAGE
Indicates that no exception page should be shown when an unexpected exception is thrown.Methods in org.apache.wicket.settings that return ExceptionSettings.UnexpectedExceptionDisplay Modifier and Type Method Description ExceptionSettings.UnexpectedExceptionDisplay
ExceptionSettings. getUnexpectedExceptionDisplay()
Methods in org.apache.wicket.settings with parameters of type ExceptionSettings.UnexpectedExceptionDisplay Modifier and Type Method Description ExceptionSettings
ExceptionSettings. setUnexpectedExceptionDisplay(ExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
The exception display type determines how the framework displays exceptions to you as a developer or user.
-