Class PluginConstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.framework.plugintool.util.PluginConstructionException
All Implemented Interfaces:
Serializable

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

    • PluginConstructionException

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