public class IgesImageException
extends com.aspose.cad.cadexceptions.ImageException
Iges image exception
| Constructor and Description |
|---|
IgesImageException(String message)
Initializes a new instance of the
IgesImageException class. |
IgesImageException(String message,
Throwable innerException)
Initializes a new instance of the
IgesImageException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgesImageException(String message)
Initializes a new instance of the IgesImageException class.
message - The exception message.