edu.stanford.nlp.io
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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