public class FrameworkException
extends com.aspose.ms.System.Exception
The imaging framework exception. This class is a core class for all Aspose.PSD exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.PSD engine and all other exception types.
Constructor and Description |
---|
FrameworkException(String message)
Initializes a new instance of the
FrameworkException class. |
FrameworkException(String message,
RuntimeException innerException)
Initializes a new instance of the
FrameworkException class. |
public FrameworkException(String message)
Initializes a new instance of the FrameworkException
class.
message
- The message.public FrameworkException(String message, RuntimeException innerException)
Initializes a new instance of the FrameworkException
class.
message
- The message.innerException
- The inner exception.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.