Home
last modified time | relevance | path

Searched refs:OperatorException (Results 1 – 5 of 5) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DToStringGeneral.tests.cpp140 struct OperatorException : std::exception { struct
141 ~OperatorException() override;
144 std::ostream& operator<<(std::ostream& out, OperatorException const&) { in operator <<()
166 OperatorException::~OperatorException() = default;
174 REQUIRE(::Catch::Detail::stringify(OperatorException{}) == "OperatorException");
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DOperatorException.java3 public class OperatorException class
8 public OperatorException(String msg, Throwable cause) in OperatorException() method in OperatorException
15 public OperatorException(String msg) in OperatorException() method in OperatorException
DOperatorCreationException.java4 extends OperatorException
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt329 …ed: ::Catch::Detail::stringify(OperatorException{}) == "OperatorException" for: "OperatorException
Dconsole.sw.approved.txt2400 REQUIRE( ::Catch::Detail::stringify(OperatorException{}) == "OperatorException" )
2402 "OperatorException" == "OperatorException"