org.jasig.portal.channels.error |
|
Java Source File Name | Type | Comment |
CError.java | Class | CError is the error channel, also known as the null channel; it is designed
to render in place of other channels when something goes wrong.
Possible conditions when CError is invoked are:
- Channel has thrown a Throwable from one of the IChannel or
IPrivilegedChannel methods.
- Channel has timed out on rendering and was terminated.
- uPortal has rejected a channel for some reason.
|
CErrorTest.java | Class | Testcase for CError. |
CThrower.java | Class | A channel which exists to throw a deeply nested exception at render time,
in order to give CError a chance to demonstrate its presentation of nested
throwables. |
CThrowerTest.java | Class | Trivial testcase for CThrower, the exception-throwing test channel. |
CTimeout.java | Class | A channel which exists to demonstrate timing out on render.
This channel will hang for 30 seconds on rendering. |
ErrorCode.java | Class | Error codes specific to the CError channel. |
ErrorDocument.java | Class | Represents an error renderable by CError. |
ErrorDocumentTest.java | Class | Testcase for ErrorDocument. |
SupportedPermissions.java | Class | Conveys the single permission available from CError that if granted allows
users to see the stack trace button. |