Package org.pptx4j
Class Pptx4jException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pptx4j.Pptx4jException
- All Implemented Interfaces:
java.io.Serializable
public class Pptx4jException
extends java.lang.Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Pptx4jException(java.lang.String msg)Pptx4jException(java.lang.String msg, java.lang.Exception e)Pptx4jException(java.lang.String msg, java.lang.Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Pptx4jException
public Pptx4jException(java.lang.String msg) -
Pptx4jException
public Pptx4jException(java.lang.String msg, java.lang.Exception e) -
Pptx4jException
public Pptx4jException(java.lang.String msg, java.lang.Throwable t)
-