Package top.focess.qq.api.plugin
Class PluginLoaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- top.focess.qq.api.plugin.PluginLoaderException
-
- All Implemented Interfaces:
Serializable
public class PluginLoaderException extends IllegalStateException
Thrown to indicate none-MainPlugin plugin is not loaded by PluginClassLoader- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginLoaderException(String name)Constructs a PluginLoaderException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PluginLoaderException
public PluginLoaderException(String name)
Constructs a PluginLoaderException- Parameters:
name- the name of the plugin
-
-