| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
exceptions.StandardError --+
|
exceptions.RuntimeError --+
|
NSExceptionError
Python Error wrapping an ObjC/NSexception.
Used for uncaught ObjC/NSexception, 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 ( str) or
None.
|
|
|
reason Get the reason 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 |
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Property Details |
datetimeGet the time stamp as "YYYY-MM-DD HH:MM:SS.MIL"
(
|
nameGet the name of the exception (
|
infoGet additional info about the exception (
|
reasonGet the reason 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 Sun Nov 15 17:17:35 2020 | http://epydoc.sourceforge.net |