38 template <
typename... Args>
41 std::ostringstream ss;
60 virtual const char *
what()
const throw() {
return _message.c_str(); }
virtual const char * what() const
Get out the error message.
void streamArguments(StreamType &)
MooseException(std::string message)
MooseException(Args &&... args)
Provides a way for users to bail out of the current solve.
~MooseException()
For some reason, on GCC 4.6.3, I get 'error: looser throw specifier' when deriving from std::exceptio...