Lines Matching refs:m_exception
687 String m_exception; member
4486 m_exception = translateActiveException();
4493 m_failed = !m_threw_as || (m_exception != m_exception_string);
4497 m_failed = m_exception != m_exception_string;
4502 if(m_exception.size())
4503 m_exception = String("\"") + m_exception + "\"";
5174 xml.scopedElement("Exception").writeText(rb.m_exception.c_str());
5230 s << "threw a DIFFERENT exception! (contents: " << rb.m_exception << ")\n";
5242 << Color::Cyan << rb.m_exception << "\n";
5250 << Color::Cyan << rb.m_exception << "\n";
5253 << rb.m_exception << "\n";
5258 s << rb.m_exception << "\n";