Elektra  0.9.6
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  KeyBinaryTypeNotSupportedException
 Indicates a key's underlying native key is of type binary

Binary key values are currently not supported by this binding. More...
 
class  KeyException
 Indicates a generic exception in Key occurred. More...
 
class  KeyMetaException
 Indicates Key#copyMeta(Key, String), Key#copyAllMeta(Key), Key#setMeta(String, String) 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 Key#addBaseName(String) 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  KeyReleasedException
 Indicates that an already released Key has been accessed. More...
 
class  KeySetAppendException
 Indicates KeySet#append(KeySet) or KeySet#append(Key) failed, which also might have freed the passed key or a key of the passed key set. More...
 
class  KeySetReleasedException
 Indicates that an already released KeySet has been accessed. More...
 

Detailed Description

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