bluej.extensions
Class ExtensionUnloadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by bluej.extensions.ExtensionUnloadedException
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 6215 2009-03-30 13:28:25Z polle $
See Also:
Serialized Form

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