Class MatcherResponses.MatchFailed

  • All Implemented Interfaces:
    MatcherResponse, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    MatcherResponses

    public static class MatcherResponses.MatchFailed
    extends java.lang.Object
    implements MatcherResponse, scala.Product, java.io.Serializable
    Matcher response indicating the failure in matching of demand state

    param: throwable the error captured in process of matching demand state

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MatchFailed​(java.lang.Throwable throwable)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • MatchFailed

        public MatchFailed​(java.lang.Throwable throwable)
    • Method Detail

      • throwable

        public java.lang.Throwable throwable()