コード例 #1
0
ParseTreePatternMatcher::CannotInvokeStartRule::CannotInvokeStartRule(
    const RuntimeException& e)
    : RuntimeException(e.what()) {}
コード例 #2
0
RuntimeException::RuntimeException(const RuntimeException& exception) throw()
: ::fwCore::Exception(std::string(exception.what()))
{
    SLM_WARN( this->what() );
}