|
Flow123d
|
#include <system/exceptions.hh>
Go to the source code of this file.
Functions | |
| TYPEDEF_ERR_INFO (EI_Message, std::string) | |
| TYPEDEF_ERR_INFO (EI_MPI_Rank, int) | |
| DECLARE_EXCEPTION (ExcAssertMsg,<< "["<< EI_MPI_Rank::val<< "] "<< "Violated Assert! "<< EI_Message::val) | |
| DECLARE_EXCEPTION (ExcMessage,<< EI_Message::val) | |
Common exceptions.
Definition in file exc_common.hh.
| DECLARE_EXCEPTION | ( | ExcAssertMsg | , |
| << " "<< "Violated Assert! "<< EI_Message::val | ["<< EI_MPI_Rank::val<< "] | ||
| ) |
| DECLARE_EXCEPTION | ( | ExcMessage | , |
| << EI_Message::val | |||
| ) |
General exception with message.
| TYPEDEF_ERR_INFO | ( | EI_Message | , |
| std::string | |||
| ) |
Assert exception with an string message.
| TYPEDEF_ERR_INFO | ( | EI_MPI_Rank | , |
| int | |||
| ) |
1.8.4