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.devutils   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.protocol.http.request This package contains http (web) protocol dependent implementations of request processing strategies. 
org.apache.wicket.util.convert Conversion support. 
org.apache.wicket.util.io Input/Output utilities. 
org.apache.wicket.util.string String 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.devutils
 

Subclasses of WicketRuntimeException in org.apache.wicket.devutils
 class DevelopmentUtilitiesNotEnabledException
          Just an exception that can be thrown if aa 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.markup.html
 

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

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

Subclasses of WicketRuntimeException in org.apache.wicket.protocol.http
 class PageExpiredException
          Thrown when the WebRequestCycleProcessor could not process the request or AbstractRequestCycleProcessor could not resolve the rendered page.
 class WebApplicationFactoryCreationException
          Thrown when the IWebApplicationFactory could not be created for some reason.
 

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

Subclasses of WicketRuntimeException in org.apache.wicket.protocol.http.request
 class CryptedUrlWebRequestCodingStrategy.HackAttackException
           
 class InvalidUrlException
          Represents any kind of failure related to processing a url
 

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

Subclasses of WicketRuntimeException in org.apache.wicket.util.convert
 class ConversionException
          Thrown for conversion exceptions.
 

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.
 

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

Subclasses of WicketRuntimeException in org.apache.wicket.util.string
 class StringValueConversionException
          Thrown when a string value cannot be converted to some type.
 



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