public class FrameworkException
extends com.aspose.ms.System.Exception
The imaging framework exception. This class is a core class for all Aspose.Imaging exceptions. Introduced to discriminate between the exceptions thrown by the Aspose.Imaging engine and all other exception types.
Constructor and Description |
---|
FrameworkException(String message)
Initializes a new instance of the
FrameworkException class. |
FrameworkException(String message,
Throwable innerException)
Initializes a new instance of the
FrameworkException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FrameworkException(String message)
Initializes a new instance of the FrameworkException
class.
message
- The message.