Package top.focess.qq.api.plugin
Class IllegalPluginClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- top.focess.qq.api.plugin.IllegalPluginClassException
-
- All Implemented Interfaces:
Serializable
public class IllegalPluginClassException extends IllegalArgumentException
Thrown to indicate this class is an illegal Plugin class- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalPluginClassException(Class<?> c)Constructs a IllegalPluginClassException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalPluginClassException
public IllegalPluginClassException(Class<?> c)
Constructs a IllegalPluginClassException- Parameters:
c- the illegal plugin class
-
-