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

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

public class LineNotExecutableException
extends DebugException

Thrown when a breakpoint is set on a line that's not executable.

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
LineNotExecutableException(String desc)
           
 
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

LineNotExecutableException

public LineNotExecutableException(String desc)