Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.RuntimeError --+ | NSExceptionError
Python Error wrapping an ObjC/NSException
.
Used to wrap uncaught ObjC/NSException
s, see setUncaughtExceptionHandler.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
NS = None hash(x) |
Properties | |
datetime Get the time stamp as "YYYY-MM-DD HH:MM:SS.MIL" ( str ).
|
|
name Get the name of the exception ( str ).
|
|
info Get additional info about the exception (Adict) or None .
|
|
reason Get the reason for the exception ( str ) or
None .
|
|
callstack Get the callstack of this exception ( iter ), most recent
last.
|
|
timestamp Get the time stamp of this exception ( float ).
|
|
versionstr Get the PyCocoa, Python, etc. |
|
Inherited from Inherited from |
Method Details |
New NSExceptionError wrapper.
|
Property Details |
datetimeGet the time stamp as "YYYY-MM-DD HH:MM:SS.MIL"
(
|
nameGet the name of the exception (
See Also: NSExceptionName. |
infoGet additional info about the exception (Adict) or
|
reasonGet the reason for the exception (
|
callstackGet the callstack of this exception (
|
timestampGet the time stamp of this exception (
|
versionstrGet the PyCocoa, Python, etc. versions (
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 8 11:26:16 2025 | http://epydoc.sourceforge.net |