Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()