Lines Matching refs:BaseException
525 new Type(BaseException.class.getName(), in test()
850 BaseException.class.getName(), in test()
1919 new BaseException()), in test()
1929 success &= testMapAny(transport, new BaseException(), in test()
1932 new Any(new Type(BaseException.class), in test()
1933 new BaseException()), in test()
1936 new Any(new Type(BaseException.class), in test()
1938 new CompareSpecific(new BaseException())); in test()
2211 public static class BaseException extends com.sun.star.uno.Exception { class in TestAny
2212 public BaseException() {} in BaseException() method in TestAny.BaseException
2214 public BaseException(String message) { in BaseException() method in TestAny.BaseException
2219 return obj != null && obj.getClass() == BaseException.class; in equals()
2223 public static class DerivedException extends BaseException {