JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.workable.errorhandler
Interface MatcherFactory<T>
public interface
MatcherFactory<T>
A functional interface for
Matcher
factories
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Matcher
build
(
T
errorCode)
Build a
Matcher
to match the given error code against an error
Method Detail
build
Matcher
build(
T
errorCode)
Build a
Matcher
to match the given error code against an error
Parameters:
errorCode
- the error code
Returns:
a new
Matcher
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method