org.eclipse.mat.snapshot
Class MultipleSnapshotsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.mat.SnapshotException
org.eclipse.mat.snapshot.MultipleSnapshotsException
- All Implemented Interfaces:
- Serializable
public class MultipleSnapshotsException
- extends SnapshotException
Multiple snapshots found in a dump when no particular dump has been requested.
Experimental - the form and name of this class is subject to change
Not an API.
- Since:
- 1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipleSnapshotsException
public MultipleSnapshotsException()
MultipleSnapshotsException
public MultipleSnapshotsException(String msg)
getRuntimes
public List<MultipleSnapshotsException.Context> getRuntimes()
addContext
public void addContext(MultipleSnapshotsException.Context runtime)