Package org.apache.poi.hpsf
Class MarkUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.poi.hpsf.HPSFException
org.apache.poi.hpsf.MarkUnsupportedException
- All Implemented Interfaces:
Serializable
This exception is thrown if an InputStream
does
not support the InputStream.mark(int)
operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructorMarkUnsupportedException
(String msg, Throwable reason) ConstructorMarkUnsupportedException
(Throwable reason) Constructor -
Method Summary
Methods inherited from class org.apache.poi.hpsf.HPSFException
getReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MarkUnsupportedException
public MarkUnsupportedException()Constructor
-
MarkUnsupportedException
Constructor
- Parameters:
msg
- The exception's message string
-
MarkUnsupportedException
Constructor
- Parameters:
reason
- This exception's underlying reason
-
MarkUnsupportedException
Constructor
- Parameters:
msg
- The exception's message stringreason
- This exception's underlying reason
-