Home
last modified time | relevance | path

Searched refs:BaseException (Results 1 – 2 of 2) sorted by relevance

/trunk/main/bridges/test/java_uno/any/
H A DTestAny.java525 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 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()
[all …]
/trunk/main/idlc/test/
H A Dexception.idl27 exception BaseException
32 exception RuntimeException : BaseException

Completed in 38 milliseconds