public class PptxException extends OOXMLException
Represents a standard internal exception type.
Constructor and Description |
---|
PptxException()
Default constructor.
|
PptxException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
PptxException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public PptxException()
Default constructor.
public PptxException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic PptxException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception