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
public class MarkUnsupportedException extends HPSFException
This exception is thrown if an
InputStreamdoes not support theInputStream.mark(int)operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MarkUnsupportedException()ConstructorMarkUnsupportedException(String msg)ConstructorMarkUnsupportedException(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 Detail
-
MarkUnsupportedException
public MarkUnsupportedException()
Constructor
-
MarkUnsupportedException
public MarkUnsupportedException(String msg)
Constructor
- Parameters:
msg- The exception's message string
-
MarkUnsupportedException
public MarkUnsupportedException(Throwable reason)
Constructor
- Parameters:
reason- This exception's underlying reason
-
-