Uses of Class
org.apache.wicket.settings.ExceptionSettings
-
Packages that use ExceptionSettings Package Description org.apache.wicket The core Wicket package.org.apache.wicket.settings -
-
Uses of ExceptionSettings in org.apache.wicket
Methods in org.apache.wicket that return ExceptionSettings Modifier and Type Method Description ExceptionSettingsApplication. getExceptionSettings()Methods in org.apache.wicket with parameters of type ExceptionSettings Modifier and Type Method Description ApplicationApplication. setExceptionSettings(ExceptionSettings exceptionSettings) -
Uses of ExceptionSettings in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return ExceptionSettings Modifier and Type Method Description ExceptionSettingsExceptionSettings. setAjaxErrorHandlingStrategy(ExceptionSettings.AjaxErrorStrategy errorHandlingStrategyDuringAjaxRequests)Sets strategy used to handle errors during Ajax request processingExceptionSettingsExceptionSettings. setThreadDumpStrategy(ExceptionSettings.ThreadDumpStrategy strategy)Sets the strategy to use for dumping stack traces of live threads in the JVM.ExceptionSettingsExceptionSettings. setUnexpectedExceptionDisplay(ExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)The exception display type determines how the framework displays exceptions to you as a developer or user.
-