Package mpi4py :: Module MPI :: Class Exception
[hide private]
[frames] | no frames]

Class Exception


Exception class
Instance Methods [hide private]
int
Get_error_class(self)
Error class
int
Get_error_code(self)
Error code
str
Get_error_string(self)
Error string
bool
__bool__(self)
bool
__eq__(self, error)
bool
__ge__(self, error)
bool
__gt__(self, error)
int
__hash__(self)
hash(x)
 
__init__(self, ierr: int= 0)
x.__init__(...) initializes x; see help(type(x)) for signature
int
__int__(self)
bool
__le__(self, error)
bool
__lt__(self, error)
bool
__ne__(self, error)
bool
__nonzero__(self)
str
__repr__(self)
repr(x)
str
__str__(self)
str(x)

Inherited from exceptions.RuntimeError: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __setattr__, __setstate__, __unicode__

Inherited from object: __format__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __qualname__ = 'Exception'
Properties [hide private]
  error_class
error class
  error_code
error code
  error_string
error string

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__hash__(self)
(Hashing function)

 
hash(x)
Returns: int
Overrides: object.__hash__

__init__(self, ierr: int= 0)
(Constructor)

 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__

__repr__(self)
(Representation operator)

 
repr(x)
Returns: str
Overrides: object.__repr__

__str__(self)
(Informal representation operator)

 
str(x)
Returns: str
Overrides: object.__str__

Property Details [hide private]

error_class

error class
Get Method:
Get_error_class(self) - Error class

error_code

error code
Get Method:
Get_error_code(self) - Error code

error_string

error string
Get Method:
Get_error_string(self) - Error string