Home
last modified time | relevance | path

Searched refs:exceptionToString (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/Tests/Framework/
H A DConstraintTest.php98 PHPUnit_Framework_TestFailure::exceptionToString($e)
127 PHPUnit_Framework_TestFailure::exceptionToString($e)
164 PHPUnit_Framework_TestFailure::exceptionToString($e)
198 PHPUnit_Framework_TestFailure::exceptionToString($e)
232 PHPUnit_Framework_TestFailure::exceptionToString($e)
261 PHPUnit_Framework_TestFailure::exceptionToString($e)
300 PHPUnit_Framework_TestFailure::exceptionToString($e)
335 PHPUnit_Framework_TestFailure::exceptionToString($e)
370 PHPUnit_Framework_TestFailure::exceptionToString($e)
400 PHPUnit_Framework_TestFailure::exceptionToString($e)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/debug/
H A Ddebug.cxx156 sMessage.append(exceptionToString(specialized.ErrorDetails)); in exceptionToStringImpl()
164 sMessage.append(exceptionToString(specialized.BackendException)); in exceptionToStringImpl()
180 sMessage.append(exceptionToString(specialized.Cause)); in exceptionToStringImpl()
212 sMessage.append(exceptionToString(specialized.TargetException)); in exceptionToStringImpl()
220 sMessage.append(exceptionToString(specialized.TargetException)); in exceptionToStringImpl()
294 sMessage.append(exceptionToString(specialized.NextException)); in exceptionToStringImpl()
318 sMessage.append(exceptionToString( specialized.Reason )); in exceptionToStringImpl()
374 sMessage.append(exceptionToString( specialized.WrappedException )); in exceptionToStringImpl()
401 OString exceptionToString(const css::uno::Any & caught) in exceptionToString() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/debug/
H A Ddebug.cxx156 sMessage.append(exceptionToString(specialized.ErrorDetails)); in exceptionToStringImpl()
164 sMessage.append(exceptionToString(specialized.BackendException)); in exceptionToStringImpl()
180 sMessage.append(exceptionToString(specialized.Cause)); in exceptionToStringImpl()
212 sMessage.append(exceptionToString(specialized.TargetException)); in exceptionToStringImpl()
220 sMessage.append(exceptionToString(specialized.TargetException)); in exceptionToStringImpl()
294 sMessage.append(exceptionToString(specialized.NextException)); in exceptionToStringImpl()
318 sMessage.append(exceptionToString( specialized.Reason )); in exceptionToStringImpl()
374 sMessage.append(exceptionToString( specialized.WrappedException )); in exceptionToStringImpl()
401 OString exceptionToString(const css::uno::Any & caught) in exceptionToString() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Ddiagnose_ex.h135 TOOLS_DLLPUBLIC OString exceptionToString(css::uno::Any const & caughtEx);
144 SAL_WARN(area, stream << " " << exceptionToString(tools_warn_exception)); \
154 SAL_WARN_IF(cond, area, stream << " " << exceptionToString(tools_warn_exception)); \
164 SAL_INFO(area, stream << " " << exceptionToString(tools_warn_exception)); \
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Ddiagnose_ex.h135 TOOLS_DLLPUBLIC OString exceptionToString(css::uno::Any const & caughtEx);
145 SAL_WARN(area, stream << " " << exceptionToString(tools_warn_exception)); \
162 SAL_WARN_IF(cond, area, stream << " " << exceptionToString(tools_warn_exception)); \
179 SAL_INFO(area, stream << " " << exceptionToString(tools_warn_exception)); \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DPerfTestSuite.java119 …return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); //$NON-NLS-1… in createPerformanceTest()
121 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createPerformanceTest()
123 …return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); //$NON-NLS-1$ //$… in createPerformanceTest()
128 private static String exceptionToString(Throwable t) { in exceptionToString() method in PerfTestSuite
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/testResources/indentation/unchanged/
H A DBefore.java138 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
140 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
142 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
150 private static String exceptionToString(Throwable t) { in exceptionToString() method in TestSuite
H A DModified.java138 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
140 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
142 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
150 private static String exceptionToString(Throwable t) { in exceptionToString() method in TestSuite
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/junit/framework/
H A DTestSuite.java138 return(warning("Cannot instantiate test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
140 …return(warning("Exception in constructor: "+name+" ("+exceptionToString(e.getTargetException())+")… in createTest()
142 return(warning("Cannot access test case: "+name+" ("+exceptionToString(e)+")")); in createTest()
150 private static String exceptionToString(Throwable t) { in exceptionToString() method in TestSuite
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/PHPUnit/Framework/
H A DTestFailure.php105 return self::exceptionToString($this->thrownException);
115 public static function exceptionToString(Exception $e) function in PHPUnit_Framework_TestFailure
/dports/devel/gitlist/gitlist/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php75 return self::exceptionToString($this->thrownException);
87 public static function exceptionToString(Exception $e) function in PHPUnit_Framework_TestFailure
H A DException.php64 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dxstorage.cxx1196 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(ex)); in Commit()
2229 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyToStorage()
2306 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in openStreamElement()
2448 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in openStorageElement()
2515 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in cloneStreamElement()
2573 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyLastCommitTo()
2652 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyStorageElementLastCommitTo()
2705 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in isStreamElement()
2763 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in isStorageElement()
3024 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyElementTo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dxstorage.cxx1202 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(ex)); in Commit()
2235 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyToStorage()
2312 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in openStreamElement()
2454 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in openStorageElement()
2521 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in cloneStreamElement()
2579 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyLastCommitTo()
2658 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyStorageElementLastCommitTo()
2711 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in isStreamElement()
2769 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in isStorageElement()
3030 SAL_INFO("package.xstor", "Rethrow: " << exceptionToString(aCaught)); in copyElementTo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/source/
H A Dbootstrap.cxx155 SAL_WARN("javaunohelper", "forwarding RuntimeException: " << exceptionToString(exAny) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
167 SAL_WARN("javaunohelper", "forwarding Exception: " << exceptionToString(ex) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/javaunohelper/source/
H A Dbootstrap.cxx163 SAL_WARN("javaunohelper", "forwarding RuntimeException: " << exceptionToString(exAny) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
175 SAL_WARN("javaunohelper", "forwarding Exception: " << exceptionToString(ex) ); in Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dlogexceptionnicely.cxx28 SAL_WARN("avmedia", "exception: " << exceptionToString(ex)); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dlogexceptionnicely.cxx28 SAL_WARN("avmedia", "exception: " << exceptionToString(ex)); in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/o3tl/
H A Ddeleter.hxx33 SAL_WARN("vcl.app", "Fatal exception: " << exceptionToString(ex)); in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/o3tl/
H A Ddeleter.hxx37 SAL_WARN("vcl.app", "Fatal exception: " << exceptionToString(ex)); in operator ()()
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/Test/Constraint/
H A DResponseIsRedirectedTest.php32 … asserting that the Response is redirected.\nHTTP/1.0 200 OK", TestFailure::exceptionToString($e));
H A DResponseIsSuccessfulTest.php32 …ing that the Response is successful.\nHTTP/1.0 404 Not Found", TestFailure::exceptionToString($e));
H A DResponseHasHeaderTest.php32 …"Failed asserting that the Response has header \"X-Date\".\n", TestFailure::exceptionToString($e));
H A DResponseHeaderSameTest.php32 …sponse has header \"Cache-Control\" with value \"public\".\n", TestFailure::exceptionToString($e));
H A DRequestAttributeValueSameTest.php34 …that the Request has attribute \"bar\" with value \"foo\".\n", TestFailure::exceptionToString($e));

1234