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

Error
getError()
void
setError(Error error)

Constructor Details

JGException

public JGException(Error error)

Method Details

getError

public Error getError()

Returns:
Returns the error.


setError

public void setError(Error error)

Parameters:
error - The error to set.