CadException

Inheritance: java.lang.Object, com.aspose.cad.cadexceptions.ImageException

The Cad exception.

Constructors

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

CadException(String message)

public CadException(String message)

Initializes a new instance of the CadException class.

Parameters:

ParameterTypeDescription
messageStringThe message.

CadException(String message, Throwable innerException)

public CadException(String message, Throwable innerException)

Initializes a new instance of the CadException class.

Parameters:

ParameterTypeDescription
messageStringThe exception message.
innerExceptionThrowableThe inner exception.