X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..5d4e709cb8d460b2efc083e6e7999f1c3a0eb602:/Exception.cpp diff --git a/Exception.cpp b/Exception.cpp index c45c367..9093e49 100644 --- a/Exception.cpp +++ b/Exception.cpp @@ -24,6 +24,7 @@ QString Exception::getDefaultMessage() { case BLOCKFILE_NOACCESS : ret = tr("Block file cannot be read"); break; case IMPLFILE_CORRUPTED : ret = tr("Implementation file is corrupted"); break; case IMPLFILE_NOACCESS : ret = tr("Implementation file cannot be read"); break; + case IMPLFILE_NOPATTERN : ret = tr("Implementation file does not contains pattern definitions"); break; case BLOCK_NULL : ret = tr("A parameter of type AbstractBlock* has been provided with NULL value."); break; case BLOCK_INVALID_TYPE : ret = tr("A parameter of type AbstractBlock* is used with an incorrect instance type."); break; case IFACE_NULL : ret = tr("A parameter of type AbstractInterface* has been provided with NULL value."); break;