Implementation of ExceptionList
| |
This is subclass from the java.util.Vector class. It stores PRePExceptions which consists of an exception and an errorlevel. Constructor:
ExceptionList() Methods:
outErrorlevel(PrintWriter pwriter, int iErrorlevel)
outExceptionList(PrintWriter pwriter) |
|