public class EngineDataParseException
extends com.aspose.ms.System.Exception
Engine data parse exception
| Constructor and Description |
|---|
EngineDataParseException(String message)
Initializes a new instance of the
EngineDataParseException class. |
EngineDataParseException(String message,
com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r)
Initializes a new instance of the
EngineDataParseException class. |
EngineDataParseException(String message,
com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r,
Throwable e)
Initializes a new instance of the
EngineDataParseException class. |
EngineDataParseException(String message,
Throwable innerException)
Initializes a new instance of the
EngineDataParseException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic EngineDataParseException(String message)
Initializes a new instance of the EngineDataParseException class.
message - The message that describes the error.public EngineDataParseException(String message, com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r)
Initializes a new instance of the EngineDataParseException class.
message - The message.r - The r.public EngineDataParseException(String message, com.aspose.imaging_internal.fileformats.psd.layers.text.EngineDataReader r, Throwable e)
Initializes a new instance of the EngineDataParseException class.
message - The message.r - The r.e - The e.public EngineDataParseException(String message, Throwable innerException)
Initializes a new instance of the EngineDataParseException class.
message - The error message that explains the reason for the exception.innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.