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()
    default constructor

    Methods:

    outErrorlevel(PrintWriter pwriter, int iErrorlevel)
    prints all stored PRePExceptions with that specified errorlevel

    outExceptionList(PrintWriter pwriter)
    prints all exceptions which are stored in the list

Back