public class PptxCorruptFileException extends PptxReadException
Exception which thrown when presentation file is probably corrupt.
Constructor and Description |
---|
PptxCorruptFileException()
Default constructor.
|
PptxCorruptFileException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
PptxCorruptFileException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public PptxCorruptFileException()
Default constructor.
public PptxCorruptFileException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic PptxCorruptFileException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception