|
svMultiPhysics
|
Exception thrown when a VTP array has incorrect dimensions. More...
#include <BoundaryCondition.h>
Public Member Functions | |
| BoundaryConditionVtpArrayDimensionException (const std::string &vtp_file, const std::string &array_name, int expected_rows, int expected_cols, int actual_rows, int actual_cols) | |
Public Member Functions inherited from BoundaryConditionBaseException | |
| BoundaryConditionBaseException (const std::string &msg) | |
| Constructor. | |
| const char * | what () const noexcept override |
| Get error message. | |
Exception thrown when a VTP array has incorrect dimensions.