|
UMDS Java API
6.14
|
Public Member Functions | |
| UMDSException (String s) | |
| UMDSException (UMDS umds, String comment) | |
| UMDSException (StackTraceElement[][] stacklist, String comment) | |
Static Public Member Functions | |
| final static void | dump_stacks () |
| final static void | dump_last_stack () |
The base class for UMDS exception handling. It provides additional debugging capabilities in the form of storing exception stack traces for later dumping.
| com.latencybusters.umds.UMDS.UMDSException.UMDSException | ( | String | s | ) |
Constructor for UMDS Exception. The stack will be stored for retrieval with dump_stacks().
| s | The message associated with this exception |
| com.latencybusters.umds.UMDS.UMDSException.UMDSException | ( | UMDS | umds, |
| String | comment | ||
| ) |
Constructor for UMDS Exception. The stack will be logged using the logging mechanism in the base object.
| umds | The UMDS object which is to be used for logging |
| comment | The message associated with this exception |
References com.latencybusters.umds.UMDS.LOG_LEVEL.WARN.
| com.latencybusters.umds.UMDS.UMDSException.UMDSException | ( | StackTraceElement | stacklist[][], |
| String | comment | ||
| ) |
Constructor for UMDS Exception that stores the stack in the specified stack list.
| stacklist | The stack list used to store the stack. |
| comment | The message associated with this exception |
|
static |
Dump the last stack recorded from exceptions with no UMDS base.
|
static |
Dump the list of stacks recorded from exceptions with no UMDS base.