org.gnu.glib
public class JGException extends java.lang.Exception
Constructor and Description |
---|
JGException(Error error)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public JGException(Error error)
public Error getError()
public void setError(Error error)
error
- The error to set.