| 190 | } |
| 191 | |
| 192 | void ClumpletReader::usage_mistake(const char* what) const |
| 193 | { |
| 194 | #ifdef DEBUG_CLUMPLETS |
| 195 | dump(); |
| 196 | #endif |
| 197 | fatal_exception::raiseFmt("Internal error when using clumplet API: %s", what); |
| 198 | } |
| 199 | |
| 200 | void ClumpletReader::invalid_structure(const char* what, const int data) const |
| 201 | { |