

Public Member Functions | |
| def | __init__ |
| def | __str__ |
Data Fields | |
| value | |
APBSError class
The APBSError class inherits off the Exception module and returns
a string defining the nature of the error.
Definition at line 152 of file noinput.py.
| def __init__ | ( | self, | |
| value | |||
| ) |
Initialize with error message
Parameters
value: Error Message (string)
Definition at line 159 of file noinput.py.
| def __str__ | ( | self ) |
Return the error message
Definition at line 168 of file noinput.py.
1.7.2