public class PsdImageArgumentException extends PsdImageException
The psd image argument exception.
PsdImageArgumentException,
Serialized Form| Constructor and Description |
|---|
PsdImageArgumentException(String message)
Initializes a new instance of the
PsdImageArgumentException class. |
PsdImageArgumentException(String message,
RuntimeException innerException)
Initializes a new instance of the
PsdImageArgumentException class. |
public PsdImageArgumentException(String message)
Initializes a new instance of the PsdImageArgumentException class.
message - The exception message.public PsdImageArgumentException(String message, RuntimeException innerException)
Initializes a new instance of the PsdImageArgumentException class.
message - The exception message.innerException - The inner exception.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.