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