Lines Matching refs:DerivedException
529 new Type(DerivedException.class.getName(), in test()
857 DerivedException.class.getName(), in test()
1925 new DerivedException()), in test()
1937 new DerivedException()), in test()
1939 success &= testMapAny(transport, new DerivedException(), in test()
1942 new Any(new Type(DerivedException.class), in test()
1943 new DerivedException()), in test()
2223 public static class DerivedException extends BaseException { class in TestAny
2224 public DerivedException() {} in DerivedException() method in TestAny.DerivedException
2226 public DerivedException(String message) { in DerivedException() method in TestAny.DerivedException
2231 return obj != null && obj.getClass() == DerivedException.class; in equals()