final class UnsupportedOperationExceptions extends Object
UnsupportedOperationException to provide messages with consistent formatting.
TODO Consider making this public and use from LineIterator but this feels like it belongs in LANG rather than IO.
| Constructor and Description |
|---|
UnsupportedOperationExceptions() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static UnsupportedOperationException |
mark()
Constructs a new instance of UnsupportedOperationException for a
mark method. |
(package private) static UnsupportedOperationException |
method(String method)
Constructs a new instance of UnsupportedOperationException for the given unsupported a
method name. |
(package private) static UnsupportedOperationException |
reset()
Constructs a new instance of UnsupportedOperationException for a
reset method. |
static UnsupportedOperationException mark()
mark method.static UnsupportedOperationException method(String method)
method name.method - A method namestatic UnsupportedOperationException reset()
reset method.