Searched refs:BaseException (Results 1 – 2 of 2) sorted by relevance
525 new Type(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()2211 public static class BaseException extends com.sun.star.uno.Exception { class in TestAny2212 public BaseException() {} in BaseException() method in TestAny.BaseException2214 public BaseException(String message) { in BaseException() method in TestAny.BaseException2219 return obj != null && obj.getClass() == BaseException.class; in equals()[all …]
27 exception BaseException32 exception RuntimeException : BaseException
Completed in 75 milliseconds