Inviwo
0.9.10.1
Inviwo documentation
|
#include <formatdispatching.h>
Public Member Functions | |
DispatchException (const std::string &message="", ExceptionContext context=ExceptionContext()) | |
Public Member Functions inherited from inviwo::Exception | |
Exception (const std::string &message="", ExceptionContext context=ExceptionContext()) | |
virtual std::string | getMessage () const |
std::string | getFullMessage () const |
virtual void | getFullMessage (std::ostream &os, int maxFrames=-1) const |
virtual const ExceptionContext & | getContext () const |
const std::vector< std::string > & | getStack () const |
void | getStack (std::ostream &os, int maxFrames=-1) const |
Exception thrown but the dispatcher when a format can't be found.