java-gnome version 4.0.19

org.freedesktop.cairo
Class FatalError

Object
  extended by Throwable
      extended by Error
          extended by org.freedesktop.bindings.FatalError
              extended by org.freedesktop.cairo.FatalError
All Implemented Interfaces:
Serializable

public class FatalError
extends org.freedesktop.bindings.FatalError

Cairo is in an illegal state.

In the java-gnome bindings of Cairo, we check the status of the library after every call. This is the exception that will be thrown if an error has occured.

Since:
4.0.7
Author:
Andrew Cowie
See Also:
Serialized Form

Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



java-gnome