UDK 3.1.0 Java API Reference

com.sun.star.uno
Class RuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.star.uno.RuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeploymentException, MappingException, SecurityException

public class RuntimeException
extends RuntimeException

See Also:
Serialized Form

Field Summary
 Object Context
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Constructor Summary
RuntimeException()
           
RuntimeException(String _Message)
           
RuntimeException(String _Message, Object _Context)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Context

public Object Context

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Constructor Detail

RuntimeException

public RuntimeException()

RuntimeException

public RuntimeException(String _Message)

RuntimeException

public RuntimeException(String _Message,
                        Object _Context)

UDK 3.1.0 Java API Reference