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