Class MatcherResponses.MatchFailed
- java.lang.Object
- 
- csw.command.client.models.matchers.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 stateparam: throwable the error captured in process of matching demand state - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MatchFailed(java.lang.Throwable throwable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwablethrowable()
 
-