Library:Wicket
Version:1.2
Compatibility:JDK 1.4
Exceptions in library Wicket.
NamePackageDescription
AbortExceptionwicketImmediately aborts any further processing.
AbortWithHttpStatusExceptionwicketCauses Wicket to abort processing and set the specified HTTP status code.
AbstractRestartResponseExceptionwicketAn exception that causes the request cycle to immediately switch to respond stage.
AuthorizationExceptionwicket.authorizationBase class for exceptions thrown as a result of authorization failure.
ConversionExceptionwicket.util.convertThrown for conversion exceptions.
FileUploadBase.InvalidContentTypeExceptionwicket.util.uploadThrown to indicate that the request is not a multipart request.
FileUploadBase.SizeLimitExceededExceptionwicket.util.uploadThrown to indicate that the request size exceeds the configured maximum.
FileUploadBase.UnknownSizeExceptionwicket.util.uploadThrown to indicate that the request size is not specified.
FileUploadExceptionwicket.util.uploadException for errors encountered while processing the request.
GroupAlreadyBoundExceptionwicket.util.parse.metapatternThrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.
GroupNotBoundExceptionwicket.util.parse.metapatternThrown if a group is not bound.
MarkupExceptionwicket.markupRuntime exception that is thrown when markup parsing fails.
MarkupNotFoundExceptionwicket.markupRuntime exception that is thrown when markup file was not found.
MultipartFormInputStream.IllegalBoundaryExceptionwicket.util.uploadThrown upon attempt of setting an invalid boundary token.
MultipartFormInputStream.MalformedStreamExceptionwicket.util.uploadThrown to indicate that the input stream fails to follow the required syntax.
ResourceStreamNotFoundExceptionwicket.util.resourceThrown if a required resource cannot be found.
RestartResponseAtInterceptPageExceptionwicketCauses Wicket to interrupt current request processing and immediately redirect to an intercept page.
RestartResponseExceptionwicketCauses wicket to interrupt current request processing and immediately respond with the specified page.
StringValueConversionExceptionwicket.util.stringThrown when a string value cannot be converted to some type.
UnauthorizedActionExceptionwicket.authorizationException that is thrown when an action is not authorized.
UnauthorizedInstantiationExceptionwicket.authorizationException that is thrown when the creation of a component is not allowed.
WebApplicationFactoryCreationExceptionwicket.protocol.httpThrown when the IWebApplicationFactory could not be created for some reason.
WicketRuntimeExceptionwicketGeneric runtime exception subclass thrown by Wicket.
Search