Package org.apache.poi.hslf.exceptions
Class HSLFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.hslf.exceptions.HSLFException
- All Implemented Interfaces:
Serializable
A generic exception that can be thrown by HSLF classes
- Author:
- Yegor Kozlov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHSLFException
(String message) HSLFException
(String message, Throwable cause) HSLFException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HSLFException
public HSLFException() -
HSLFException
-
HSLFException
-
HSLFException
-