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