IgesImageException

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

Iges image exception

Constructors

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

IgesImageException(String message)

public IgesImageException(String message)

Initializes a new instance of the IgesImageException class.

Parameters:

ParameterTypeDescription
messageStringThe exception message.

IgesImageException(String message, Throwable innerException)

public IgesImageException(String message, Throwable innerException)

Initializes a new instance of the IgesImageException class.

Parameters:

ParameterTypeDescription
messageStringThe exception message.
innerExceptionThrowableThe inner exception.