Searched refs:compareThrowable (Results 1 – 2 of 2) sorted by relevance
176 static boolean compareThrowable(Throwable op1, Throwable op2) throws Exception { in compareThrowable() method in ValueComparer220 result = compareThrowable((Throwable)op1, (Throwable)op2); in compareObjects()
282 private static boolean compareThrowable(Throwable op1, Throwable op2) throws Exception { in compareThrowable() method in Marshaling_Test318 result = compareThrowable((Throwable)op1, (Throwable)op2); in compareObjects()
Completed in 20 milliseconds