Package top.focess.qq.api.exceptions
Class PluginLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.PluginLoadException
-
- All Implemented Interfaces:
Serializable
public class PluginLoadException extends RuntimeException
Thrown to indicate there is any exception thrown in the initializing process- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginLoadException(Class<? extends Plugin> c, Exception e)Constructs a PluginLoadException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-