Searched refs:OperatorException (Results 1 – 5 of 5) sorted by relevance
140 struct OperatorException : std::exception { struct141 ~OperatorException() override;144 std::ostream& operator<<(std::ostream& out, OperatorException const&) { in operator <<()166 OperatorException::~OperatorException() = default;174 REQUIRE(::Catch::Detail::stringify(OperatorException{}) == "OperatorException");
3 public class OperatorException class8 public OperatorException(String msg, Throwable cause) in OperatorException() method in OperatorException15 public OperatorException(String msg) in OperatorException() method in OperatorException
4 extends OperatorException
329 …ed: ::Catch::Detail::stringify(OperatorException{}) == "OperatorException" for: "OperatorException…
2400 REQUIRE( ::Catch::Detail::stringify(OperatorException{}) == "OperatorException" )2402 "OperatorException" == "OperatorException"