return new Unparseable();
}
private void tryRelationalMatch() {
Class<?> adapterType = typeAdapter.type;
FitFailureException cantParseException = new CouldNotParseFitFailureException(cell.text(), adapterType
.getName());
if (result != null) {
FitMatcher matcher = new FitMatcher(cell.text(), result);
try {
if (matcher.matches())