bluej.extensions
Class ExtensionUnloadedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybluej.extensions.ExtensionUnloadedException
<DT>All Implemented Interfaces:
java.io.Serializable

public class ExtensionUnloadedException
extends java.lang.RuntimeException

This exception will be thrown when an Extension that has been unloaded from BlueJ still tries to access methods of the BlueJ class. If the Extension terminates its activities when the Extension.terminate() method is called then this exception will never be thrown.

Version:
$Id: ExtensionUnloadedException.java,v 1.1 2003/05/21 12:30:12 damiano Exp $
See Also:
Serialized Form

Constructor Summary
ExtensionUnloadedException()
           
 
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
 

Constructor Detail

ExtensionUnloadedException

public ExtensionUnloadedException()


BlueJ homepage