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