Package io.vavr
Class MatchError
- All Implemented Interfaces:
Serializable
A
API.Match
throws a MatchError if no case matches the applied object.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
obj
-
-
Constructor Details
-
Method Details
-
getObject
Returns the object which could not be matched.- Returns:
- An Object.
-