OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
BlastError Class Reference

Public Member Functions

def __init__
def __str__

Data Fields

 brief
 details

Detailed Description

Raised when something goes wrong during parsing/execution of the blast
executable.

.. attribute:: brief

  Short explanation of the problem

.. attribute:: details

  If set, explains in more detail what caused the error. Might be empty.

Definition at line 57 of file blast.py.


Constructor & Destructor Documentation

def __init__ (   self,
  brief,
  details 
)

Definition at line 70 of file blast.py.


Member Function Documentation

def __str__ (   self)

Definition at line 74 of file blast.py.


Field Documentation

brief

Definition at line 71 of file blast.py.

details

Definition at line 72 of file blast.py.


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