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