Class 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 of DriverException with specified native driver error code and message.
    • Method Summary

      Modifier and Type Method Description
      int getErrorCode()
      Gets the native error code.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DriverException

        public DriverException​(int code,
                               java.lang.String message)
        Initialize an instance of DriverException with specified native driver error code and message.
        Parameters:
        code -
        message -
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Gets the native error code.