Home
last modified time | relevance | path

Searched defs:getTargetException (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DExceptionExtensions.cs84 public static Exception getTargetException(TargetInvocationException e) { in getTargetException() method in Antlr.Runtime.JavaExtensions.ExceptionExtensions
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/
DExceptionUtilsTest.java91 public void getTargetException() { in getTargetException() method in ExceptionUtilsTest.ExceptionWithoutCause