Package | Description |
---|---|
org.osid |
The Open Service Interface Definitions for the org.osid
service.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalStateException
Method has been executed at an inappropriate time such as
re-initializing a manager, accessing a resource after it has been closed,
opening a new transaction while one is already in progress, or accessing
elements when no more exist.
|
class |
InvalidArgumentException
A supplied argument is invalid.
|
class |
InvalidMethodException
A method not defined in the interface was invoked.
|
class |
NoAccessException
The value cannot be changed.
|
class |
NullArgumentException
A
null argument was provided. |
class |
UnimplementedException
This method has not been implemented by this provider.
|
class |
UnsupportedException
The given
Type or requested operation is not supported. |