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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.rice.cs.drjava.model.debug.DebugException
All Implemented Interfaces:
Serializable

public class DebugException
extends Exception

Thrown when something goes wrong in the integrated debugger.

Version:
$Id: DebugException.java,v 1.2 2002/05/01 18:44:46 csreis Exp $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DebugException()
           
DebugException(String desc)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DebugException

public DebugException()

DebugException

public DebugException(String desc)