|
|
Classes | ||
---|---|---|
|
ClassCastError | |
|
ConnectionError | used by DataService if db not found or connected |
|
CreateOnlyPropertyError | |
|
DataAdminError | |
|
DataAdminErrorHandler | Error handler |
|
DataContextError | |
|
DataError | |
|
DataSaveError | |
|
ForbiddenOperationError | |
|
IllegalArgumentError | Illegal argument should be thrown when there is something wrong with the arguments/parameters passed to a method. This is different than IllegalOperationError, which should be thrown when a method cannot be called, for example due to the state of the object |
|
IllegalOperationError | Illegal operation should be thrown when a method cannot be called, for example due to the state of the object This is different than IllegalArgumentError, which should be used when there is something wrong with the arguments. This is also different than UnsupportedOperationError, which implies it could be supported in the future. |
|
InvalidPropertyValueError | |
|
NetworkClientOperationError | Thrown when an operation is not supported on a network client. |
|
NotFoundError | |
|
OperationError | |
|
ReadOnlyPropertyError | |
|
UnauthorizedOperationError | |
|
UnknownValueError | |
|
UnsupportedOperationError | Unsupported operation error should be thrown when an operation is not supported, implying that it may be supported in the future There is also an IllegalOperationError, which is slightly stronger/sticter and should be thrown when a method cannot be called for example due to the state of the object |
|
ValidationError | |