edu.stanford.nlp.util
Class RuntimeInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.stanford.nlp.util.RuntimeInterruptedException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeInterruptedException
extends java.lang.RuntimeException

An unchecked version of InterruptedException. Thrown by classes that pay attention to if they were interrupted, such as the LexicalizedParser.

Author:
John Bauer
See Also:
Serialized Form

Constructor Summary
RuntimeInterruptedException()
           
RuntimeInterruptedException(java.lang.InterruptedException e)
           
 
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

RuntimeInterruptedException

public RuntimeInterruptedException()

RuntimeInterruptedException

public RuntimeInterruptedException(java.lang.InterruptedException e)


Stanford NLP Group