Package top.focess.qq.api.exceptions
Class PluginLoaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.PluginLoaderException
-
- All Implemented Interfaces:
Serializable
public class PluginLoaderException extends RuntimeException
Thrown to indicate none-MainPlugin plugin is not loaded by PluginClassLoader- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginLoaderException(Class<? extends Plugin> c)Constructs a PluginLoaderExceptionPluginLoaderException(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
-
-