Package | Description |
---|---|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.pages |
Basic pages used for errors, stale links and stale sessions.
|
org.apache.tapestry.util.exception |
A basic framework for analyzing a reporting exceptions.
|
org.apache.tapestry.wml.pages |
Modifier and Type | Method and Description |
---|---|
ExceptionDescription |
ExceptionDisplay.getException() |
abstract ExceptionDescription[] |
ExceptionDisplay.getExceptions() |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionDisplay.setException(ExceptionDescription value)
Each time the current exception is set, as a side effect, the evenOdd helper bean is reset to
even.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Exception.setExceptions(ExceptionDescription[] exceptions)
Transient property
|
Modifier and Type | Method and Description |
---|---|
ExceptionDescription[] |
ExceptionAnalyzer.analyze(java.lang.Throwable exception)
Analyzes the exceptions.
|
Modifier and Type | Method and Description |
---|---|
ExceptionDescription[] |
WMLException.getExceptions() |