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.UnexpectedExceptionDisplayExceptionSettings. SHOW_EXCEPTION_PAGEIndicates that an exception page appropriate to development should be shown when an unexpected exception is thrown.static ExceptionSettings.UnexpectedExceptionDisplayExceptionSettings. SHOW_INTERNAL_ERROR_PAGEIndicates a generic internal error page should be shown when an unexpected exception is thrown.static ExceptionSettings.UnexpectedExceptionDisplayExceptionSettings. SHOW_NO_EXCEPTION_PAGEIndicates 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.UnexpectedExceptionDisplayExceptionSettings. getUnexpectedExceptionDisplay()Methods in org.apache.wicket.settings with parameters of type ExceptionSettings.UnexpectedExceptionDisplay Modifier and Type Method Description ExceptionSettingsExceptionSettings. setUnexpectedExceptionDisplay(ExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)The exception display type determines how the framework displays exceptions to you as a developer or user.
-