StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lang
Class WrappedTargetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.star.uno.Exception
                    |
                    +--com.sun.star.lang.WrappedTargetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
com.sun.star.reflection.InvocationTargetException

public synchronized class WrappedTargetException
extends com.sun.star.uno.Exception

See Also:
Serialized Form

Field Summary
 java.lang.Object TargetException
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Fields inherited from class com.sun.star.uno.Exception
Context
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
WrappedTargetException()
           
WrappedTargetException(java.lang.String s)
           
WrappedTargetException(java.lang.String s, java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TargetException

public java.lang.Object TargetException

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

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

WrappedTargetException

public WrappedTargetException()

WrappedTargetException

public WrappedTargetException(java.lang.String s)

WrappedTargetException

public WrappedTargetException(java.lang.String s,
                              java.lang.Object o1,
                              java.lang.Object o2)

StarOffice 5.2 API
reverse engineered by classdoc