|
HermesCommon
3.0
|
Mesh failed to load. Thrown by Hermes2D::MeshReaderH2DXML, MeshReaderH2D. More...
#include <exceptions.h>
Inheritance diagram for Hermes::Exceptions::MeshLoadFailureException:Public Member Functions | |
| MeshLoadFailureException (const char *msg,...) | |
| MeshLoadFailureException (const MeshLoadFailureException &e) | |
Public Member Functions inherited from Hermes::Exceptions::Exception | |
| Exception () | |
| Init exception with default message. | |
| Exception (const Exception &e) | |
| Exception (const char *msg,...) | |
| void | print_msg () const |
| print error message to stderr | |
| virtual const char * | what () const throw () |
| get pointer to error message | |
| std::string | info () const |
| const char * | get_func_name () const |
Additional Inherited Members | |
Protected Attributes inherited from Hermes::Exceptions::Exception | |
| std::stringstream | message |
| char | message_char [10000] |
| To be compatible with what(). | |
Mesh failed to load. Thrown by Hermes2D::MeshReaderH2DXML, MeshReaderH2D.
Definition at line 224 of file exceptions.h.
| Hermes::Exceptions::MeshLoadFailureException::MeshLoadFailureException | ( | const char * | msg, |
| ... | |||
| ) |