| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.activity.process | |
| com.aspectran.core.activity.process.action | |
| com.aspectran.core.activity.request | |
| com.aspectran.core.activity.response | |
| com.aspectran.core.activity.response.dispatch | |
| com.aspectran.core.activity.response.transform |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ActivityTerminatedException |
Raised if an activity is terminated during processing.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ProcessException |
This exception will be thrown if the translet processing fails.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ActionExecutionException |
This exception will be thrown when a action execution is failed.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MissingMandatoryParametersException |
An exception indicating that a mandatory parameter was missing from the request.
|
class |
RequestException |
This exception will be thrown when a translet request is failed.
|
class |
RequestMethodNotAllowedException |
Exception thrown when a request handler does not allow a specific request method.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ResponseException |
The Class ResponseException.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DispatchResponseException |
The Class DispatchResponseException.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TransformResponseException |
The Class TransformResponseException.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.