Home
last modified time | relevance | path

Searched refs:getTargetException (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/jurt/com/sun/star/lib/util/
H A DUrlToFileMapper.java101 if (e.getTargetException() instanceof in mapUrlToFile()
113 if (e.getTargetException() instanceof Error) { in mapUrlToFile()
114 throw (Error) e.getTargetException(); in mapUrlToFile()
115 } else if (e.getTargetException() instanceof RuntimeException) { in mapUrlToFile()
116 throw (RuntimeException) e.getTargetException(); in mapUrlToFile()
/aoo41x/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java95 assure("unexpected exception: " + e.getTargetException(), in testExceptionType()
97 && exception.isInstance(e.getTargetException())); in testExceptionType()
/aoo41x/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java84 Throwable t = e.getTargetException(); in before()
247 Throwable t = e.getTargetException(); in after()
H A DMethodThread.java84 Throwable t = e.getTargetException(); in run()
H A DAssurance.java284 … : ( e.getTargetException().getClass().equals( _expectedExceptionClass ) ); in assureException()
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DFactoryHelper.java226 Throwable targetException = invocationTargetException.getTargetException(); in createInstanceWithContext()
309 Throwable targetException = invocationTargetException.getTargetException(); in createInstanceWithArgumentsAndContext()
H A DJavaLoader.java385 + implementationName + " because " + e.getTargetException().toString() ); in activate()
/aoo41x/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrapException.java84 public Exception getTargetException() { in getTargetException() method in BootstrapException
/aoo41x/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJob.java106 exception = e.getTargetException(); in execute()
/aoo41x/main/toolkit/qa/complex/toolkit/
H A DAssert.java83 … : ( e.getTargetException().getClass().equals( i_expectedExceptionClass ) ); in assertException()
/aoo41x/main/dbaccess/qa/complex/dbaccess/
H A DTestCase.java154 … : ( e.getTargetException().getClass().equals( _expectedExceptionClass ) ); in assureException()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java198 Throwable targetException = exc.getTargetException(); in instantiate()
/aoo41x/main/qadevOOo/runner/lib/
H A DMultiMethodTest.java407 Throwable t = itE.getTargetException(); in invokeTestMethod()
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java324 Throwable targetException = ite.getTargetException(); in invoke()
/aoo41x/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java954 Throwable targetException = ex.getTargetException(); in impl_testErrorHandling()

Completed in 50 milliseconds