Class PluginConstructionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginConstructionException
    extends UsrException
    Exception thrown when a an error occurs during the construction of a plugin.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginConstructionException​(java.lang.String className, java.lang.String details)
      Construct a new exception.
    • 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

      • PluginConstructionException

        public PluginConstructionException​(java.lang.String className,
                                           java.lang.String details)
        Construct a new exception.
        Parameters:
        className - name of the plugin class that failed to load
        details - details of the construction failure