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

Class InvalidWrapTypeError

    Exception --+        
                |        
    StandardError --+    
                    |    
            TypeError --+
                        |
Exception --+           |
            |           |
   DopalError --+       |
                |       |
  ConversionError --+   |
                    |   |
            WrapError --+
                        |
                       InvalidWrapTypeError


Invalid wrap type given.

This error is raised when a value is passed which cannot be converted into something that can be represented in Azureus. This either means that the value doesn't meet the criteria as something which can be represented, or the value doesn't fit the type that it is being wrapped as (e.g. a non-integer string as a integer).
See Also:
wrap_value, remote_method_call_to_xml
Method Summary
    Inherited from DopalError
  __init__(self, *args, **kwargs)
  __repr__(self)
  __str__(self)
  to_error_string(self, use_error)
    Inherited from Exception
  __getitem__(...)

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