Package dopal :: Module errors
[show private | hide private]
[frames | no frames]

Module dopal.errors

Module containing all errors defined in DOPAL.
Exceptions
AbortConversion Structured conversion of object aborted
ArgumentWrapError Error wrapping argument for AzMethod
AzMethodError Error selecting matching AzMethod
AzureusResponseXMLError Error while parsing XML returned by Azureus
ConnectionlessObjectError Object has no remote connection
ConversionControl Base class for structured conversion control
ConversionError Error converting value (Azureus <--> Python)
DelayConversion Structured conversion of object delayed
DopalDeprecationWarning  
DopalError Subclass of all errors in the Dopal library
DopalPendingDeprecationWarning  
HaltConversion Structured conversion of object halted
InconsistentWrapTypeError Object has wrap type different to requested type
IncorrectArgumentCountError Wrong number of arguments given for AzMethod
InvalidConnectionIDError Invalid connection ID used
InvalidObjectIDError Invalid remote object ID given (bad object or bad connection)
InvalidRemoteClassTypeError Invalid remote class type given
InvalidRemoteObjectError Invalid remote object ID used
InvalidUnwrapTypeError Invalid unwrap type given.
InvalidWrapTypeError Invalid wrap type given.
LinkError Error communicating with Azureus (low-level)
MethodArgumentWrapError Error wrapping argument for multiple AzMethods
MissingObjectIDError Missing object ID
MissingRemoteAttributeError Object does not have remote attribute available
NoDefaultScriptConnectionError  
NoEstablishedConnectionError Connection object has no valid connection established
NonRefreshableConnectionlessObjectError Object cannot be refreshed - no connection attached
NonRefreshableIncompleteObjectError Object cannot be refreshed - insufficient information on object
NonRefreshableObjectError Object cannot be refreshed - refresh not implemented
NonRefreshableObjectTypeError Object cannot be refreshed - not implemented for this type
NoObjectIDGivenError No object ID given when needed
NoSuchAzMethodError No method of that name available
NoSuchMethodError This error is thrown when Azureus reports that the requested method does not exist, or is not allowed.
RemoteError Error reported by Azureus
RemoteInternalError Internal error occurred during remote method invocation
RemoteInvocationError Unable to invoke remote method
RemoteMethodError Error thrown by remote method
ScriptFunctionError Error occurred inside script function.
SkipConversion Structured conversion of object skipped
StaleObjectReferenceError Object used belongs to old connection, which doesn't have persistency enabled
StructureConversionError Error converting response structure
UnwrapError Error converting remote method result to Python value
WrapError Error converting value to remote method argument

Function Summary
  as_error(error, error_class, **kwargs)
  raise_as(error, error_class, **kwargs)

Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 http://epydoc.sf.net