$darkmode
Elektra 0.11.0
Classes
Package org.libelektra.exception

Exceptions and error mapping for JNA based proxy for native libelektra. More...

Classes

class  KDBClosedException
 Indicates that an already closed KDB session has been accessed. More...
 
class  KeyBinaryValueException
 Indicates a key's underlying native key value is not of type binary, and therefore is not compatible with the invoked functionality raising this exception. More...
 
class  KeyException
 Indicates a generic exception while calling one of Key's methods

This exception is related to unrecoverable C API specific errors (primarily allocation problems). More...
 
class  KeyMetaException
 Indicates Key#copyMeta(Key, String), Key#copyAllMeta(Key), {} or Key#removeMeta(String)} failed because the key name is invalid, the meta information is read-only or there where allocation problems in the native library. More...
 
class  KeyNameException
 Indicates Key#setName(String), Key#setBaseName(String) or {} failed because the key name is invalid, the key was inserted in a key set before, the key name is read-only For there where allocation problems in the native library. More...
 
class  KeySetException
 Indicates a generic exception while calling one of KeySet's methods

This exception is related to unrecoverable C API specific errors (primarily allocation problems). More...
 
class  KeyStringValueException
 Indicates a key's underlying native key value is not of type string, and therefore is not compatible with the invoked functionality raising this exception. More...
 

Detailed Description

Exceptions and error mapping for JNA based proxy for native libelektra.