Dealing with System Exceptions
Jade raises a number of exceptions automatically. These are known as system exceptions. In Jade, exceptions are implemented as objects.
The following table shows the
Class | Description |
---|---|
|
Superclass of all exceptions |
|
Serious internal fault |
|
Superclass of non-fatal exceptions |
|
Defines behavior for exceptions that occur as a result of connecting to external systems |
|
Class of exception raised as a result of file handling |
|
Defines behavior for exceptions that occur when using the Jade messaging framework |
|
Defines behavior for exceptions that occur as a result of web services processing |
|
Defines behavior for exceptions that occur as a result of XML processing |
|
Defines behavior for exceptions that occur as a result of connecting to external databases using ODBC |
|
Superclass of all exceptions relating to errors detected by the Jade Object Manager |
|
Exception raised as a result of a deadlock |
|
Exception raised as a result of violating referential integrity rules |
|
Exception raised as a result of locking conflicts in a multiuser environment |
|
Exception raised as a result of a notification event when the subscriber cannot be found |
|
Class of exception related to handling windows |
|
Defines behavior for exceptions that occur as a result of accessing an ActiveX property or invoking an ActiveX method |
|
Defines behavior for exceptions that occur as a result of accessing a .NET property or invoking a .NET method |
You can add further