Home
last modified time | relevance | path

Searched refs:MappingException (Results 1 – 3 of 3) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DMappingException.java37 public class MappingException extends com.sun.star.uno.RuntimeException { class
41 public MappingException() { in MappingException() method in MappingException
50 public MappingException(String message) { in MappingException() method in MappingException
61 public MappingException(String message, Object context) { in MappingException() method in MappingException
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java27 import com.sun.star.uno.MappingException;
59 new Class[] { null, MappingException.class, in testExceptionHandling()
69 new Class[] { null, MappingException.class, in testExceptionHandling()
116 throw new MappingException(); in sendRequest()
/trunk/main/jurt/
H A DZip_jurt-src.mk39 com/sun/star/uno/MappingException.java \