StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lang
Class DisposedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.star.uno.RuntimeException
                          |
                          +--com.sun.star.lang.DisposedException
All Implemented Interfaces:
java.io.Serializable

public synchronized class DisposedException
extends com.sun.star.uno.RuntimeException

See Also:
Serialized Form

Field Summary
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.uno.RuntimeException
Context
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DisposedException()
           
DisposedException(java.lang.String s)
           
DisposedException(java.lang.String s, java.lang.Object o)
           
 
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

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

DisposedException

public DisposedException()

DisposedException

public DisposedException(java.lang.String s)

DisposedException

public DisposedException(java.lang.String s,
                         java.lang.Object o)

StarOffice 5.2 API
reverse engineered by classdoc