Package dap :: Module exceptions
[hide private]
[frames] | no frames]

Module exceptions

source code

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.

Classes [hide private]
  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.

Variables [hide private]
  __author__ = 'Roberto De Almeida <rob@pydap.org>'

Variables Details [hide private]

__author__

None
Value:
'Roberto De Almeida <rob@pydap.org>'