public class PsDocumentException extends Exception
This class contains information about an error that is thrown while PS file is created, completed and saved.
| Constructor and Description |
|---|
PsDocumentException(String errorStr)
Initializes a new instance of the
PsDocumentException from errorStr string. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PsDocumentException(String errorStr)
Initializes a new instance of the PsDocumentException from errorStr string.
errorStr - The string that describes a cause of error.Copyright © 2025 Aspose. All Rights Reserved.