edu.rice.cs.drjava.model.repl
Class InterpreterInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
startLine
public final int startLine
startColumn
public final int startColumn
endLine
public final int endLine
endColumn
public final int endColumn
InterpreterInterruptedException
public InterpreterInterruptedException(int sl,
int sc,
int el,
int ec)