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