java-gnome version 4.0.8

org.freedesktop.cairo
Class FatalError

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

public class FatalError
extends 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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



java-gnome