Package 

Class BrowserErrorResponse

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ProtocolStatus status
      private final ActiveDOMMessage activeDOMMessage
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowserErrorResponse(ProtocolStatus status, ActiveDOMMessage activeDOMMessage)
    • Method Summary

      Modifier and Type Method Description
      final ProtocolStatus getStatus()
      final ActiveDOMMessage getActiveDOMMessage()
      • Methods inherited from class java.lang.Object

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

      • BrowserErrorResponse

        BrowserErrorResponse(ProtocolStatus status, ActiveDOMMessage activeDOMMessage)