Implementation of PRePTagEXCEPTION

    This is a subclass of PRePTagCode which defines the EXCEPTION tag. With this tag you may retrieve any exceptions with a specified errorlevel. For more informations see chapter "The EXCEPTION tag".

    Constructor:

    PRePTagEXCEPTION()
    names the tag "EXCEPTION"

    Methods:

    compile(Session)
    checks whether there is an integer as argument or not and outputs the exception list. If there was an integer argument, it outputs just those exceptions with the specified errorlevel.

    Related sites:
How the EXCEPTION Tag works
Back