Class PluginException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginException
    extends java.lang.Exception
    A PluginException is thrown when a plug-in cannot be instantiated or there is an unexpected error in the plug-in system.
    Since:
    3.0
    Author:
    Chris Jennings
    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

      • PluginException

        public PluginException​(java.lang.Throwable cause)
      • PluginException

        public PluginException​(java.lang.String message,
                               java.lang.Throwable cause)
      • PluginException

        public PluginException​(java.lang.String message)
      • PluginException

        public PluginException()