edu.stanford.nlp.io
Class RuntimeIOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.stanford.nlp.io.RuntimeIOException
All Implemented Interfaces:
Serializable

public class RuntimeIOException
extends RuntimeException

An unchecked version of IOException. Thrown by Tokenizer implementing classes, among other things.

See Also:
Serialized Form

Constructor Summary
RuntimeIOException()
          creates a new exception.
RuntimeIOException(String message)
          creates a new exception with a message.
 
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

RuntimeIOException

public RuntimeIOException()
creates a new exception.


RuntimeIOException

public RuntimeIOException(String message)
creates a new exception with a message.

Parameters:
message - the message for the exception


Stanford NLP Group