FrameworkException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class FrameworkException extends 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.

Constructors

ConstructorDescription
FrameworkException(String message)Initializes a new instance of the FrameworkException class.
FrameworkException(String message, Throwable innerException)Initializes a new instance of the FrameworkException class.

FrameworkException(String message)

public FrameworkException(String message)

Initializes a new instance of the FrameworkException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.

FrameworkException(String message, Throwable innerException)

public FrameworkException(String message, Throwable innerException)

Initializes a new instance of the FrameworkException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.