Public Member Functions | Data Fields

APBSError Class Reference

Inheritance diagram for APBSError:
Inheritance graph
[legend]
Collaboration diagram for APBSError:
Collaboration graph
[legend]

Public Member Functions

def __init__
def __str__

Data Fields

 value

Detailed Description

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.


Constructor & Destructor Documentation

def __init__ (   self,
  value 
)
    Initialize with error message

    Parameters
value:  Error Message (string)

Definition at line 159 of file noinput.py.


Member Function Documentation

def __str__ (   self )
    Return the error message

Definition at line 168 of file noinput.py.


The documentation for this class was generated from the following file: