Uses of Class
org.apache.wicket.WicketRuntimeException

Packages that use WicketRuntimeException
org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. 
org.apache.wicket.behavior   
org.apache.wicket.devutils   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.servlet Java Servlet specific implementation of Wicket http classes. 
org.apache.wicket.request.handler   
org.apache.wicket.request.mapper   
org.apache.wicket.request.resource   
org.apache.wicket.util.io Input/Output utilities. 
 

Uses of WicketRuntimeException in org.apache.wicket.authorization
 

Subclasses of WicketRuntimeException in org.apache.wicket.authorization
 class AuthorizationException
          Base class for exceptions thrown as a result of authorization failure.
 class UnauthorizedActionException
          Exception that is thrown when an action is not authorized.
 class UnauthorizedInstantiationException
          Exception that is thrown when the creation of a component is not allowed.
 

Uses of WicketRuntimeException in org.apache.wicket.behavior
 

Subclasses of WicketRuntimeException in org.apache.wicket.behavior
 class InvalidBehaviorIdException
          Thrown when a behavior with an invalid id is requested
 

Uses of WicketRuntimeException in org.apache.wicket.devutils
 

Subclasses of WicketRuntimeException in org.apache.wicket.devutils
 class DevelopmentUtilitiesNotEnabledException
          Just an exception that can be thrown if a development utility is invoked, constructed, etc, and the setting in the application is not enabled.
 

Uses of WicketRuntimeException in org.apache.wicket.markup
 

Subclasses of WicketRuntimeException in org.apache.wicket.markup
 class MarkupException
          Runtime exception that is thrown when markup parsing fails.
 class MarkupNotFoundException
          Runtime exception that is thrown when markup file was not found.
 

Uses of WicketRuntimeException in org.apache.wicket.protocol.http
 

Subclasses of WicketRuntimeException in org.apache.wicket.protocol.http
 class PageExpiredException
          Thrown when a Page instance cannot be found by its id in the page stores.
 class WebApplicationFactoryCreationException
          Thrown when the IWebApplicationFactory could not be created for some reason.
 

Uses of WicketRuntimeException in org.apache.wicket.protocol.http.servlet
 

Subclasses of WicketRuntimeException in org.apache.wicket.protocol.http.servlet
 class ResponseIOException
          Distinct IO exceptions from the those triggered while responding a request.
 

Uses of WicketRuntimeException in org.apache.wicket.request.handler
 

Subclasses of WicketRuntimeException in org.apache.wicket.request.handler
 class ComponentNotFoundException
          Exception thrown when component has not been found in hierarchy.
 

Uses of WicketRuntimeException in org.apache.wicket.request.mapper
 

Subclasses of WicketRuntimeException in org.apache.wicket.request.mapper
 class StalePageException
          Exception invoked when when stale link has been clicked.
 

Uses of WicketRuntimeException in org.apache.wicket.request.resource
 

Subclasses of WicketRuntimeException in org.apache.wicket.request.resource
static class PackageResource.PackageResourceBlockedException
          Exception thrown when the creation of a package resource is not allowed.
 

Uses of WicketRuntimeException in org.apache.wicket.util.io
 

Subclasses of WicketRuntimeException in org.apache.wicket.util.io
static class SerializableChecker.WicketNotSerializableException
          Exception that is thrown when a non-serializable object was found.
 



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