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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
DebugException
public DebugException()
DebugException
public DebugException(String desc)