public class PptxReadException extends PptxException
Represents an exception which thrown on presentation reading errors.
Constructor and Description |
---|
PptxReadException()
Default constructor.
|
PptxReadException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
PptxReadException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public PptxReadException()
Default constructor.
public PptxReadException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic PptxReadException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception