Class ExceptionEvent

  • Direct Known Subclasses:
    ErrorEvent

    public abstract class ExceptionEvent
    extends com.google.gwt.event.shared.GwtEvent<ErrorEventHandler>
    • Field Detail

      • TYPE

        public static com.google.gwt.event.shared.GwtEvent.Type<ErrorEventHandler> TYPE
    • Constructor Detail

      • ExceptionEvent

        public ExceptionEvent​(Throwable caught)
    • Method Detail

      • getAssociatedType

        public com.google.gwt.event.shared.GwtEvent.Type<ErrorEventHandler> getAssociatedType()
        Specified by:
        getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ErrorEventHandler>
      • getException

        public Throwable getException()