|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WicketRuntimeException | |
|---|---|
| org.apache.wicket.authorization | Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. |
| 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.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
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||