|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingException | |
|---|---|
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| org.glassfish.jersey.server | Jersey server-side classes. |
| org.glassfish.jersey.server.internal.inject | Jersey server-side JAX-RS injection support classes. |
| org.glassfish.jersey.server.internal.process | |
| org.glassfish.jersey.server.mvc.spi | Provides support for view aspect of model view controller and templates that produce views. |
| org.glassfish.jersey.server.spi | Jersey server-side service provider contract (SPI) classes. |
| org.glassfish.jersey.server.spi.internal | Jersey server-side internal service provider contract (SPI) classes. |
| Uses of ProcessingException in org.glassfish.jersey.message.internal |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.message.internal | |
|---|---|
class |
HeaderValueException
Processing exception indicating that an attempt to
read a value of a header failed. |
| Uses of ProcessingException in org.glassfish.jersey.server |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server | |
|---|---|
class |
ContainerException
Exception thrown by the container components in to notify Jersey runtime about any errors. |
| Uses of ProcessingException in org.glassfish.jersey.server.internal.inject |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server.internal.inject | |
|---|---|
class |
ExtractorException
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException. |
| Uses of ProcessingException in org.glassfish.jersey.server.internal.process |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server.internal.process | |
|---|---|
class |
MappableException
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance. |
| Uses of ProcessingException in org.glassfish.jersey.server.mvc.spi |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server.mvc.spi | |
|---|---|
class |
ViewableContextException
A runtime exception associated with errors when resolving a Viewable to a ResolvedViewable by methods on ViewableContext. |
| Uses of ProcessingException in org.glassfish.jersey.server.spi |
|---|
| Methods in org.glassfish.jersey.server.spi that throw ProcessingException | ||
|---|---|---|
|
ContainerProvider.createContainer(Class<T> type,
ApplicationHandler appHandler)
Create an container of a given type. |
|
| Uses of ProcessingException in org.glassfish.jersey.server.spi.internal |
|---|
| Methods in org.glassfish.jersey.server.spi.internal that throw ProcessingException | |
|---|---|
Response |
ResourceMethodDispatcher.dispatch(Object resource,
Request request)
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||