Lines Matching refs:BaseRuntimeException
542 BaseRuntimeException.class.getName(), in test()
874 BaseRuntimeException.class. in test()
1963 new BaseRuntimeException()), in test()
1975 success &= testMapAny(transport, new BaseRuntimeException(), in test()
1979 BaseRuntimeException.class), in test()
1980 new BaseRuntimeException()), in test()
1984 BaseRuntimeException.class), in test()
1987 new BaseRuntimeException())); in test()
2235 public static class BaseRuntimeException class in TestAny
2238 public BaseRuntimeException() {} in BaseRuntimeException() method in TestAny.BaseRuntimeException
2240 public BaseRuntimeException(String message) { in BaseRuntimeException() method in TestAny.BaseRuntimeException
2246 && obj.getClass() == BaseRuntimeException.class; in equals()
2250 public static class DerivedRuntimeException extends BaseRuntimeException