org.gnu.glib

Class JGException

public class JGException extends Exception

Generic Exception in Java-GNOME. This exception wraps an org.gnu.glib.Error.
Constructor Summary
JGException(Error error)
Method Summary
ErrorgetError()
voidsetError(Error error)

Constructor Detail

JGException

public JGException(Error error)

Method Detail

getError

public Error getError()

Returns: Returns the error.

setError

public void setError(Error error)

Parameters: error The error to set.