edu.rice.cs.drjava.model.debug
Class DebugException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rice.cs.drjava.model.debug.DebugException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LineNotExecutableException

public class DebugException
extends Exception

Thrown when something goes wrong in the integrated debugger.

Version:
$Id: DebugException.java 4314 2008-01-30 00:08:33Z mgricken $
See Also:
Serialized Form

Constructor Summary
DebugException()
           
DebugException(String desc)
           
DebugException(String desc, Throwable cause)
           
DebugException(Throwable cause)
           
 
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

DebugException

public DebugException()

DebugException

public DebugException(String desc)

DebugException

public DebugException(Throwable cause)

DebugException

public DebugException(String desc,
                      Throwable cause)