|
Exception Summary |
| ComponentDeletedException |
ComponentDeletedException is an exception that is thrown when
the an object cannot be accessed because another user already deleted that
object. |
| IncompatibleTargetException |
IncompatibleTargetException is an exception that is thrown
whenever the user tries to paste a component into an incompatible target component. |
| InvalidFormatException |
InvalidFormatException is an exception that is usually
thrown when the value being set to a property does not satisfy the required
format of the property (e.g. |
| LockException |
LockException is an exception that is thrown when
the lock for an object cannot be obtained because another user already
locked that object. |
| NameSpaceException |
NameSpaceException is an exception that is thrown whenever
the name being set on an object is not allowed due to a namespace constraint
violation. |
| OWBException |
OWBException is a runtime exception that usually signals either
a non-recoverable error, or an error the caller would normally not know how
to handle. |
| ReadOnlyException |
ReadOnlyException is an runtime exception that is thrown
whenever an attempt is made to modify a read-only object. |
Provides OWB base interfaces.