Home | Trees | Index | Help |
|
---|
Package dopal ::
Module errors ::
Class NoSuchMethodError
|
|
Exception
--+ |DopalError
--+ |RemoteError
--+ |RemoteInvocationError
--+ | NoSuchMethodError
This error is thrown when Azureus reports that the requested method does not exist, or is not allowed.
A NoSuchMethodError is a representation of the response Azureus returns when trying to invoke a method, but is unable to map the requested method to a method it can actually invoke.Method Summary | |
---|---|
Creates a new NoSuchMethodError instance. | |
Inherited from DopalError | |
| |
| |
| |
Inherited from Exception | |
|
Instance Variable Summary | |
---|---|
obj : This will be a string which describes the method signature which was
requested - for example: |
Method Details |
---|
__init__(self,
method_sig)
Creates a new NoSuchMethodError instance.
|
Instance Variable Details |
---|
objThis will be a string which describes the method signature which was requested - for example:getDownloads setPosition[int] setTorrentAttribute[TorrentAttribute,String] |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 | http://epydoc.sf.net |