Class DevelopmentUtilitiesNotEnabledException

  • All Implemented Interfaces:
    Serializable

    public class DevelopmentUtilitiesNotEnabledException
    extends WicketRuntimeException
    Just an exception that can be thrown if a development utility is invoked, constructed, etc, and the setting in the application is not enabled. Includes a static method that also does this check so that it is not carbon copied throughout the code. If you see this error in your application, you need to call: Application.get().getDebugSettings().setDevelopmentUtilitiesEnabled(true)
    Author:
    Jeremy Thomerson
    See Also:
    Serialized Form