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