public class PptEditException extends PptException
Represents an exception thrown when edit presentation error is detected.
Constructor and Description |
---|
PptEditException()
Default constructor.
|
PptEditException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
PptEditException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public PptEditException()
Default constructor.
public PptEditException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic PptEditException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception