#include <exception.h>
Inheritance diagram for EMAN::_UnexpectedBehaviorException:
Public Member Functions | |
_UnexpectedBehaviorException (const string &file="unknown", int line=0, const string &desc_str="") | |
const char * | name () const |
The name of this E2Exception class. |
Definition at line 399 of file exception.h.
|
Definition at line 402 of file exception.h. 00404 : E2Exception(file, line, desc_str) {}
|
|
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception. Definition at line 406 of file exception.h. 00406 { return "UnexpectedBehaviorException"; }
|