edu.rice.cs.drjava.model.repl
Class InterpreterInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.rice.cs.drjava.model.repl.InterpreterInterruptedException
All Implemented Interfaces:
Serializable

public class InterpreterInterruptedException
extends RuntimeException

Exception to signify that the interpreter was interrupted before it could complete.

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

Field Summary
 int endColumn
           
 int endLine
           
 int startColumn
           
 int startLine
           
 
Constructor Summary
InterpreterInterruptedException(int sl, int sc, int el, int ec)
           
 
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
 

Field Detail

startLine

public final int startLine

startColumn

public final int startColumn

endLine

public final int endLine

endColumn

public final int endColumn
Constructor Detail

InterpreterInterruptedException

public InterpreterInterruptedException(int sl,
                                       int sc,
                                       int el,
                                       int ec)