public class MarkUnsupportedException extends HPSFException
This exception is thrown if an InputStream
does
not support the InputStream.mark(int)
operation.
Constructor and Description |
---|
MarkUnsupportedException()
Constructor
|
MarkUnsupportedException(String msg)
Constructor
|
MarkUnsupportedException(String msg,
Throwable reason)
Constructor
|
MarkUnsupportedException(Throwable reason)
Constructor
|
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MarkUnsupportedException()
Constructor
public MarkUnsupportedException(String msg)
Constructor
msg
- The exception's message stringpublic MarkUnsupportedException(Throwable reason)
Constructor
reason
- This exception's underlying reasonCopyright © 2020. All rights reserved.