public class PptxEditException extends PptxException
Represents an exception thrown when edit presentation error is detected.
| Constructor and Description |
|---|
PptxEditException()
Default constructor.
|
PptxEditException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
PptxEditException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public PptxEditException()
Default constructor.
public PptxEditException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message - messagepublic PptxEditException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message - messageexception - original exceptionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.