Package bluej.extensions2
Class ExtensionUnloadedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bluej.extensions2.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionUnloadedException()
-