Uses of Class
org.apache.wicket.WicketRuntimeException
-
Packages that use WicketRuntimeException Package Description org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy.org.apache.wicket.behavior org.apache.wicket.core.request.handler org.apache.wicket.core.request.mapper org.apache.wicket.core.util.objects.checker 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.component org.apache.wicket.request.resource org.apache.wicket.resource Locale aware resouce loaders. -
-
Uses of WicketRuntimeException in org.apache.wicket.authorization
Subclasses of WicketRuntimeException in org.apache.wicket.authorization Modifier and Type Class Description classAuthorizationExceptionBase class for exceptions thrown as a result of authorization failure.classUnauthorizedActionExceptionException that is thrown when an action is not authorized.classUnauthorizedInstantiationExceptionException 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 Modifier and Type Class Description classInvalidBehaviorIdExceptionThrown when a behavior with an invalid id is requested -
Uses of WicketRuntimeException in org.apache.wicket.core.request.handler
Subclasses of WicketRuntimeException in org.apache.wicket.core.request.handler Modifier and Type Class Description classComponentNotFoundExceptionException thrown when component has not been found in hierarchy. -
Uses of WicketRuntimeException in org.apache.wicket.core.request.mapper
Subclasses of WicketRuntimeException in org.apache.wicket.core.request.mapper Modifier and Type Class Description classStalePageExceptionException invoked when when stale link has been clicked. -
Uses of WicketRuntimeException in org.apache.wicket.core.util.objects.checker
Subclasses of WicketRuntimeException in org.apache.wicket.core.util.objects.checker Modifier and Type Class Description static classCheckingObjectOutputStream.ObjectCheckException -
Uses of WicketRuntimeException in org.apache.wicket.markup
Subclasses of WicketRuntimeException in org.apache.wicket.markup Modifier and Type Class Description classMarkupExceptionRuntime exception that is thrown when markup parsing fails.classMarkupNotFoundExceptionRuntime 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 Modifier and Type Class Description classPageExpiredExceptionThrown when aPageinstance cannot be found by its id in the page stores.classWebApplicationFactoryCreationExceptionThrown when theIWebApplicationFactorycould 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 Modifier and Type Class Description classResponseIOExceptionDistinct IO exceptions from the those triggered while responding a request. -
Uses of WicketRuntimeException in org.apache.wicket.request.component
Methods in org.apache.wicket.request.component that throw WicketRuntimeException Modifier and Type Method Description IRequestablePageIRequestableComponent. getPage()Returns page this component belongs to. -
Uses of WicketRuntimeException in org.apache.wicket.request.resource
Subclasses of WicketRuntimeException in org.apache.wicket.request.resource Modifier and Type Class Description static classPackageResource.PackageResourceBlockedExceptionException thrown when the creation of a package resource is not allowed. -
Uses of WicketRuntimeException in org.apache.wicket.resource
Subclasses of WicketRuntimeException in org.apache.wicket.resource Modifier and Type Class Description classCircularDependencyExceptionThrown when a circular dependency is detected between resources.
-