Implementation of PRePException
| |
Consists of the class which caused the exception, the exception itself and a number (errorlevel). The default errorlevel is 1. A list of PRePExceptions is stored in session Constructor:
PRePException(Object objclass, Object objException) Methods:
outException()
getCausingClass()
getException()
getErrorlevel() |
|