pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
CAPS error exception class. More...
Inherits Exception.
Public Member Functions | |
def | __init__ (self, code=None, msg=None) |
Initialize the CAPSError exception. More... | |
Public Attributes | |
errorCode | |
Error code encountered when running the CAPS. | |
errorName | |
Name of error code encountered. | |
Static Public Attributes | |
dictionary | capsError |
Dictionary of CAPS errors {errorCode : errorName}. More... | |
dictionary | egadsError |
Dictionary of EGADS errors {errorCode : errorName}. More... | |
CAPS error exception class.
See exception.py for a representative use case.
def __init__ | ( | self, | |
code = None , |
|||
msg = None |
|||
) |
Initialize the CAPSError exception.
|
static |
Dictionary of CAPS errors {errorCode : errorName}.
|
static |
Dictionary of EGADS errors {errorCode : errorName}.