Package top.focess.qq.api.event
Class EventSubmitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- top.focess.qq.api.event.EventSubmitException
-
- All Implemented Interfaces:
Serializable
public class EventSubmitException extends Exception
Thrown to indicate there is any invalid section in Event Submit Chain- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventSubmitException(Event event)Constructs a EventSubmitExceptionEventSubmitException(Event event, String message)Constructs a EventSubmitException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EventSubmitException
public EventSubmitException(@NotNull Event event)Constructs a EventSubmitException- Parameters:
event- the event
-
-