Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.RuntimeError --+ | MethodException
Exception that wraps an exception thrown by an invoked method. When
ListenerMethod
invokes the target method, it may throw
arbitrary exception. The original exception is wrapped into
MethodException instance and rethrown by the
ListenerMethod
.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Retrieves the cause of this throwable or
|
Returns the error message string of this throwable object.
See Also: Exception.message |
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:52 2013 | http://epydoc.sourceforge.net |