|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jrockit.memleak.MemLeakException
com.jrockit.memleak.InspectException
public class InspectException
Super class for all exceptions possible when inspecting objects through MemLeak (that is, forward navigating the object graph).
Constructor Summary | |
---|---|
InspectException(java.lang.String message)
Create a new exception with the given message. |
Method Summary | ||
---|---|---|
static
|
unhandled(java.lang.Exception e)
Wrap a non- InspectException exception into something that may be
thrown, and throw it. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InspectException(java.lang.String message)
message
- the exception messageMethod Detail |
---|
public static <T> T unhandled(java.lang.Exception e) throws InspectException
InspectException
exception into something that may be
thrown, and throw it.
T
- dummy type to be used by return statementse
-
InspectException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |