Serializable
public final class StandardIoException extends RuntimeException
Constructor | Description |
---|---|
StandardIoException(StandardIo io) |
Constructs an instance with the specified type of I/O.
|
StandardIoException(StandardIo io,
Throwable cause) |
Constructs an instance with the specified type of I/O and cause.
|
Modifier and Type | Method | Description |
---|---|---|
StandardIo |
io() |
Returns the type of I/O on which the error occurred.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StandardIoException(StandardIo io)
io
- the type of I/O on which the error occurredpublic StandardIoException(StandardIo io, Throwable cause)
io
- the type of I/O on which the error occurredcause
- the cause of this
exception; may be null
public StandardIo io()