Package schrodinger :: Package infra :: Module phase :: Class PhpException
[hide private]
[frames] | no frames]

Class PhpException

              object --+        
                       |        
exceptions.BaseException --+    
                           |    
        exceptions.Exception --+
                               |
                              PhpException

Proxy of C++ PhpException class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
 
__getattr__(self, name)
 
__init__(self, *args)
__init__(PhpException self) -> PhpException __init__(PhpException self, PhpException rhs) -> PhpException __init__(PhpException self, std::string const & message) -> PhpException __init__(PhpException self, std::string const & message, int err_code) -> PhpException
 
__swig_destroy__(...)
delete_PhpException(PhpException self)
 
__str__(self)
str(x)
 
__repr__(self)
repr(x)
 
what(...)
PhpException_what(PhpException self) -> char const *

Inherited from exceptions.Exception: __new__

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

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {'errCode': <built-in function PhpExcept...
  __swig_getmethods__ = {'errCode': <built-in function PhpExcept...
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(PhpException self) -> PhpException __init__(PhpException self, PhpException rhs) -> PhpException __init__(PhpException self, std::string const & message) -> PhpException __init__(PhpException self, std::string const & message, int err_code) -> PhpException

Overrides: object.__init__

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details [hide private]

__swig_setmethods__

Value:
{'errCode': <built-in function PhpException_errCode_set>,
 'errMesg': <built-in function PhpException_errMesg_set>}

__swig_getmethods__

Value:
{'errCode': <built-in function PhpException_errCode_get>,
 'errMesg': <built-in function PhpException_errMesg_get>}