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
public final class HSLFException extends RuntimeException
A generic exception that can be thrown by HSLF classes- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HSLFException()
HSLFException(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
-
-