SamValidationError Class Reference
List of all members.
Public Types |
| enum | Severity { WARNING,
ERROR
} |
| enum | Type {
INVALID_QNAME,
INVALID_REF_ID,
INVALID_RNAME,
INVALID_POS,
INVALID_MAPQ,
INVALID_CIGAR,
INVALID_MRNM,
INVALID_QUAL,
INVALID_TAG
} |
Public Member Functions |
|
| SamValidationError (Type type, Severity severity, std::string Message) |
|
Type | getType () const |
|
Severity | getSeverity () const |
|
const char * | getMessage () const |
|
const char * | getTypeString () const |
|
const char * | getSeverityString () const |
|
void | getErrorString (std::string &errorString) const |
|
void | printError () const |
Static Public Member Functions |
|
static const char * | getTypeString (Type type) |
Detailed Description
Definition at line 24 of file SamValidation.h.
The documentation for this class was generated from the following files: