|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.nlp.io.RuntimeIOException
public class RuntimeIOException
An unchecked version of IOException
. Thrown by
Tokenizer
implementing classes,
among other things.
Constructor Summary | |
---|---|
RuntimeIOException()
Creates a new exception. |
|
RuntimeIOException(String message)
Creates a new exception with a message. |
|
RuntimeIOException(String message,
Throwable cause)
Creates a new exception with a message and an embedded cause. |
|
RuntimeIOException(Throwable cause)
Creates a new exception with an embedded cause. |
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 |
---|
public RuntimeIOException()
public RuntimeIOException(String message)
message
- the message for the exceptionpublic RuntimeIOException(Throwable cause)
cause
- The cause for the exceptionpublic RuntimeIOException(String message, Throwable cause)
message
- the message for the exceptioncause
- The cause for the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |