public class PsConverterException extends Exception
This class contains information about an error that is thrown while PS file is converted to PDF document.
Constructor and Description |
---|
PsConverterException(String errorStr)
Initializes a new instance of the
PsConverterException from errorStr string. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PsConverterException(String errorStr)
Initializes a new instance of the PsConverterException
from errorStr
string.
errorStr
- The string that describes a reason of coversion error.Copyright © 2019 Aspose. All Rights Reserved.