パッケージ | 説明 |
---|---|
ome.conditions |
Forms the basis of all Omero exception hierarchies.
|
ome.model |
Central interfaces in the Omero object model.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
OptimisticLockException
Signifies that another user has updated or deleted a given object, more
specifically a query of the form : "<action> where id = ?
|
class |
OverUsageException
More specific
ApiUsageException , in
that the current use of the OMERO API could overwhelm the server and has been blocked. |
class |
ValidationException
More specific
ApiUsageException , in
that the specification of your data as outlined in the OME specification is
incorrect. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
IObject.unload()
set the loaded field to false, and set all non-ID fields to null.
|