Uses of Class
org.apache.wicket.settings.IExceptionSettings.UnexpectedExceptionDisplay

Packages that use IExceptionSettings.UnexpectedExceptionDisplay
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IExceptionSettings.UnexpectedExceptionDisplay in org.apache.wicket.settings
 

Fields in org.apache.wicket.settings declared as IExceptionSettings.UnexpectedExceptionDisplay
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_EXCEPTION_PAGE
          Indicates that an exception page appropriate to development should be shown when an unexpected exception is thrown.
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE
          Indicates a generic internal error page should be shown when an unexpected exception is thrown.
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.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 IExceptionSettings.UnexpectedExceptionDisplay
 IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.getUnexpectedExceptionDisplay()
           
 

Methods in org.apache.wicket.settings with parameters of type IExceptionSettings.UnexpectedExceptionDisplay
 void IExceptionSettings.setUnexpectedExceptionDisplay(IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
          The exception display type determines how the framework displays exceptions to you as a developer or user.
 

Uses of IExceptionSettings.UnexpectedExceptionDisplay in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IExceptionSettings.UnexpectedExceptionDisplay
 IExceptionSettings.UnexpectedExceptionDisplay ExceptionSettings.getUnexpectedExceptionDisplay()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IExceptionSettings.UnexpectedExceptionDisplay
 void ExceptionSettings.setUnexpectedExceptionDisplay(IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.