|
__init__(...)
Raises an exception This class cannot be instantiated from Python |
|
|
|
|
|
__str__(...)
__str__( (_exception)arg1) -> str :
get the full exception message |
|
|
|
get_all_exceptions(...)
get_all_exceptions( (_exception)arg1) -> object :
get the list of all exceptions encapsulated in this exception |
|
|
|
get_all_messages(...)
get_all_messages( (_exception)arg1) -> object :
get the list of all messages encapsulated in this exception |
|
|
|
get_error(...)
get_error( (_exception)arg1) -> error :
get the error type of this exception |
|
|
|
get_full_message(...)
get_full_message( (_exception)arg1) -> str :
get the full exception message |
|
|
|
get_message(...)
get_message( (_exception)arg1) -> str :
get the top most (most significant) exception message |
|
|
|
get_object(...)
get_object( (_exception)arg1) -> object :
get the saga::object associated with this exception |
|
|
Inherited from unreachable.instance :
__new__
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|