org.eclipse.mat.snapshot
Class MultipleSnapshotsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.mat.SnapshotException
              extended by 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

Nested Class Summary
static class MultipleSnapshotsException.Context
          Experimental - the form and name of this class is subject to change
 
Constructor Summary
MultipleSnapshotsException()
           
MultipleSnapshotsException(String msg)
           
 
Method Summary
 void addContext(MultipleSnapshotsException.Context runtime)
           
 List<MultipleSnapshotsException.Context> getRuntimes()
           
 
Methods inherited from class org.eclipse.mat.SnapshotException
rethrow
 
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

MultipleSnapshotsException

public MultipleSnapshotsException()

MultipleSnapshotsException

public MultipleSnapshotsException(String msg)
Method Detail

getRuntimes

public List<MultipleSnapshotsException.Context> getRuntimes()

addContext

public void addContext(MultipleSnapshotsException.Context runtime)