Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jext.dawn.err

Class Summary
ErrManager Handles last error.
ErrMsgFunction Put last error message on stack.
Usage:
errMsg
ErrorFunction Throws last error.
Usage:
err
TryCatchFunction Try catch block: catches any exception in the block and void the parser to stop.
Usage:
try [code] catch [code] err