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()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
void
setError(Error error)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Constructor Details

JGException

public JGException(Error error)

Method Details

getError

public Error getError()

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Returns:
Returns the error.

setError

public void setError(Error error)

Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Parameters:
error - The error to set.