org.gnu.gconf
Class ConfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gnu.gconf.ConfException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class probably may or may not have an equivalent in java-gnome 4.0; have a look for org.gnome.gconf.ConfException.

public class ConfException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int BAD_ADDRESS
          Deprecated.  
static int BAD_KEY
          Deprecated.  
static int CORRUPT
          Deprecated.  
static int FAILED
          Deprecated.  
static int IN_SHUTDOWN
          Deprecated.  
static int IS_DIR
          Deprecated.  
static int IS_KEY
          Deprecated.  
static int LOCAL_ENGINE
          Deprecated.  
static int LOCK_FAILED
          Deprecated.  
static int NO_PERMISSION
          Deprecated.  
static int NO_SERVER
          Deprecated.  
static int NO_WRITABLE_DATABASE
          Deprecated.  
static int OAF_ERROR
          Deprecated.  
static int OVERRIDDEN
          Deprecated.  
static int PARSE_ERROR
          Deprecated.  
static int TYPE_MISMATCH
          Deprecated.  
 
Constructor Summary
ConfException(int errorCode)
          Deprecated.  
 
Method Summary
 int getErrorCode()
          Deprecated.  
 
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
 

Field Detail

FAILED

public static int FAILED
Deprecated. 

NO_SERVER

public static int NO_SERVER
Deprecated. 

NO_PERMISSION

public static int NO_PERMISSION
Deprecated. 

BAD_ADDRESS

public static int BAD_ADDRESS
Deprecated. 

BAD_KEY

public static int BAD_KEY
Deprecated. 

PARSE_ERROR

public static int PARSE_ERROR
Deprecated. 

CORRUPT

public static int CORRUPT
Deprecated. 

TYPE_MISMATCH

public static int TYPE_MISMATCH
Deprecated. 

IS_DIR

public static int IS_DIR
Deprecated. 

IS_KEY

public static int IS_KEY
Deprecated. 

OVERRIDDEN

public static int OVERRIDDEN
Deprecated. 

OAF_ERROR

public static int OAF_ERROR
Deprecated. 

LOCAL_ENGINE

public static int LOCAL_ENGINE
Deprecated. 

LOCK_FAILED

public static int LOCK_FAILED
Deprecated. 

NO_WRITABLE_DATABASE

public static int NO_WRITABLE_DATABASE
Deprecated. 

IN_SHUTDOWN

public static int IN_SHUTDOWN
Deprecated. 
Constructor Detail

ConfException

public ConfException(int errorCode)
Deprecated. 
Method Detail

getErrorCode

public int getErrorCode()
Deprecated.