| Home | Trees | Indices | Help |
|
|---|
|
|
DAP exceptions.
These exceptions are mostly used by the server. When an exception is captured, a proper error message is displayed (according to the DAP 2.0 spec), with information about the exception and the error code associated with it.
The error codes are attributed using the "first come, first serve" algorithm.
|
|||
|
DapError Base DAP exception. |
||
|
ClientError Generic error with the client. |
||
|
ServerError Generic error with the server. |
||
|
ConstraintExpressionError Exception raised when an invalid constraint expression is given. |
||
|
PluginError Generic error with a plugin. |
||
|
ExtensionNotSupportedError Exception raised when trying to open a file not supported by any plugins. |
||
|
OpenFileError Exception raised when unable to open a file. |
||
|
|||
|
__author__ = 'Roberto De Almeida <rob@pydap.org>'
|
||
|
|||
__author__None
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:05 2006 | http://epydoc.sourceforge.net |