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