Uses of Class
wicket.WicketRuntimeException

Packages that use WicketRuntimeException
wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. 
wicket.markup Base package for markup. 
wicket.markup.html Base package of HTML markup. 
wicket.protocol.http HTTP implementation. 
 

Uses of WicketRuntimeException in wicket.authorization
 

Subclasses of WicketRuntimeException in 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 wicket.markup
 

Subclasses of WicketRuntimeException in 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 wicket.markup.html
 

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

Uses of WicketRuntimeException in wicket.protocol.http
 

Subclasses of WicketRuntimeException in wicket.protocol.http
 class WebApplicationFactoryCreationException
          Thrown when the IWebApplicationFactory could not be created for some reason.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.