The base class for UMDS exception handling. It provides additional debugging capabilities in the form of storing exception stack traces for later dumping.
More...
|
static void | dump_stacks () |
| Dump the list of stacks recorded from exceptions with no UMDS base.
|
|
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 |
( |
System.String |
s | ) |
|
Constructor for UMDS Exception. The stack will be stored for retrieval with dump_stacks().
- See also
- dump_stacks
- Parameters
-
s | The message associated with this exception |
com.latencybusters.umds.UMDS.UMDSException.UMDSException |
( |
UMDS |
umds, |
|
|
System.String |
comment |
|
) |
| |
com.latencybusters.umds.UMDS.UMDSException.UMDSException |
( |
String [] |
stacklist, |
|
|
System.String |
comment |
|
) |
| |
Constructor for UMDS Exception that stores the stack in the specified stack list.
- Parameters
-
stacklist | The stack list used to store the stack. |
comment | The message associated with this exception |
void com.latencybusters.umds.UMDS.UMDSException.dump_last_stack |
( |
| ) |
|
Dump the last stack recorded from exceptions with no UMDS base.
- See also
- dump_stacks
The documentation for this class was generated from the following file: