Class PluginInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fathzer.plugin.loader.PluginInstantiationException
All Implemented Interfaces:
Serializable

public class PluginInstantiationException extends RuntimeException
Thrown to indicate that something went wrong during plugin instantiation.
See Also:
  • Constructor Details

    • PluginInstantiationException

      public PluginInstantiationException(String message)
      Constructor.
      Parameters:
      message - The detail message.
    • PluginInstantiationException

      public PluginInstantiationException(Throwable cause)
      Constructor.
      Parameters:
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
      A null value is permitted, and indicates that the cause is unknown.