Package | Description |
---|---|
com.kabira.platform |
Managed Object Services
|
Modifier and Type | Class and Description |
---|---|
class |
KeyIllegalFieldError
Exception thrown when a field is used that isn't part of a key.
|
class |
KeyIllegalKeyTypeError
Exception thrown when a range query is attempted on an key
that doesn't support the operation.
|
class |
KeyIncompleteError
Exception thrown when an attempt is made to access a result set
before all the fields defining a key are defined.
|
class |
KeyMalformedQueryError
Exception thrown for queries that make no sense (i.e.
|
class |
KeyNullValueError
Exception thrown when a value is null.
|
class |
KeyUnknownKeyNameError
Exception thrown when an annotated key name is not defined
on the class.
|