Package com.aspose.threed
Class DriverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aspose.threed.DriverException
-
- All Implemented Interfaces:
java.io.Serializable
public class DriverException extends java.lang.Exception
The exception raised by internal rendering drivers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DriverException(int code, java.lang.String message)
Initialize an instance ofDriverException
with specified native driver error code and message.
-
Method Summary
Modifier and Type Method Description int
getErrorCode()
Gets the native error code.
-
-
-
Constructor Detail
-
DriverException
public DriverException(int code, java.lang.String message)
Initialize an instance ofDriverException
with specified native driver error code and message.- Parameters:
code
-message
-
-
-