Class ExceptionEvent

  • All Implemented Interfaces:
    WebSocketEvent, pro.gravit.utils.TypeSerializeInterface

    public class ExceptionEvent
    extends RequestEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionEvent​(java.lang.Exception e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • message

        public final java.lang.String message
      • clazz

        public final java.lang.String clazz
    • Constructor Detail

      • ExceptionEvent

        public ExceptionEvent​(java.lang.Exception e)
    • Method Detail

      • getType

        public java.lang.String getType()