Searched refs:getTargetException (Results 1 – 15 of 15) sorted by relevance
101 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()
95 assure("unexpected exception: " + e.getTargetException(), in testExceptionType()97 && exception.isInstance(e.getTargetException())); in testExceptionType()
84 Throwable t = e.getTargetException(); in before()247 Throwable t = e.getTargetException(); in after()
84 Throwable t = e.getTargetException(); in run()
284 … : ( e.getTargetException().getClass().equals( _expectedExceptionClass ) ); in assureException()
226 Throwable targetException = invocationTargetException.getTargetException(); in createInstanceWithContext()309 Throwable targetException = invocationTargetException.getTargetException(); in createInstanceWithArgumentsAndContext()
385 + implementationName + " because " + e.getTargetException().toString() ); in activate()
84 public Exception getTargetException() { in getTargetException() method in BootstrapException
106 exception = e.getTargetException(); in execute()
83 … : ( e.getTargetException().getClass().equals( i_expectedExceptionClass ) ); in assertException()
154 … : ( e.getTargetException().getClass().equals( _expectedExceptionClass ) ); in assureException()
198 Throwable targetException = exc.getTargetException(); in instantiate()
408 Throwable t = itE.getTargetException(); in invokeTestMethod()
324 Throwable targetException = ite.getTargetException(); in invoke()
954 Throwable targetException = ex.getTargetException(); in impl_testErrorHandling()
Completed in 64 milliseconds