org.eclipse.emf.mwe.internal.core.debug.processing
Class DebuggerInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.mwe.internal.core.debug.processing.DebuggerInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class DebuggerInterruptedException
extends java.lang.RuntimeException

A RuntimeException that is thrown when an exception is thrown during debugging or if the user terminates the process

See Also:
Serialized Form

Constructor Summary
DebuggerInterruptedException(java.io.IOException e)
           
DebuggerInterruptedException(java.lang.String msg)
           
 
Method Summary
 
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

DebuggerInterruptedException

public DebuggerInterruptedException(java.io.IOException e)

DebuggerInterruptedException

public DebuggerInterruptedException(java.lang.String msg)