|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.util.ExceptionUtil
public final class ExceptionUtil
Nice static helpers for working with Strings.
Maybe not always the fastest solution to call in here, but working. Also usable for seeing examples and cutting code for manual inlining.
Constructor Summary | |
---|---|
ExceptionUtil()
|
Method Summary | |
---|---|
static void |
dumpThreadStack(java.io.PrintStream outprint)
Prints out the current Thread stack to the given stream. |
static ExceptionUtil |
instance()
Returns the singleton instance of this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionUtil()
Method Detail |
---|
public static ExceptionUtil instance()
This method is useless for now as all methods are static. It may be used in future if VM-global configuration will be put to the state of the instance.
public static void dumpThreadStack(java.io.PrintStream outprint)
outprint
- the stream to print to (e.g. System.err
).Thread.getStackTrace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |