|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.mat.SnapshotException
public class SnapshotException
Exception used to indicate a problem different from the standard Java exceptions while performing an operation on an snapshot.
Constructor Summary | |
---|---|
SnapshotException()
Create snapshot exception - should not be used except during deserialization. |
|
SnapshotException(String message)
Create snapshot exception with message only. |
|
SnapshotException(String message,
Throwable cause)
Create snapshot exception with message and root cause. |
|
SnapshotException(Throwable cause)
Create snapshot exception with root cause only. |
Method Summary | |
---|---|
static SnapshotException |
rethrow(Throwable e)
Wrap, if necessary, and return a SnapshotException. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SnapshotException()
public SnapshotException(String message, Throwable cause)
message
- cause
- public SnapshotException(String message)
message
- public SnapshotException(Throwable cause)
cause
- Method Detail |
---|
public static final SnapshotException rethrow(Throwable e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |