#include <exceptions_AMOS.hh>
Inheritance diagram for AMOS::AlignmentException_t:
Public Member Functions | |
AlignmentException_t (const std::string &what, int line=0, const std::string &file=NULL_STRING, int a_id=-1, int b_id=-1) | |
Constructor. | |
virtual const int | a_id () const |
Returns the id or subscript of the first string. | |
virtual const int | b_id () const |
Returns the id or subscript of the first string. | |
virtual const char * | file () const |
Returns the file (if available) of the exception. | |
virtual int | line () const |
Returns the line number (if available) of the exception. | |
virtual const char * | what () const throw ( ) |
Returns a short description (if available) of the exception. |
Thrown when an alignment cannot be found between two strings that are supposed to align
Definition at line 102 of file exceptions_AMOS.hh.
|
Constructor.
|
|
Returns the id or subscript of the first string. Definition at line 134 of file exceptions_AMOS.hh. |
|
Returns the id or subscript of the first string. Definition at line 143 of file exceptions_AMOS.hh. |
|
Returns the file (if available) of the exception. Definition at line 67 of file exceptions_AMOS.hh. Referenced by AMOS::Exception_t::Exception_t(). |
|
Returns the line number (if available) of the exception. Definition at line 76 of file exceptions_AMOS.hh. |
|
Returns a short description (if available) of the exception. Definition at line 85 of file exceptions_AMOS.hh. |