| 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/NSExceptions, see setUncaughtExceptionHandler.
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Class Variables | |
NS = Nonehash(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 Nov 2 16:59:01 2021 | http://epydoc.sourceforge.net |