Package io.cucumber.datatable
Class TableDiffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.cucumber.datatable.TableDiffException
-
- All Implemented Interfaces:
Serializable
@API(status=INTERNAL) public final class TableDiffException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableDiffExceptiondiff(DataTableDiff dataTableDiff)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
diff
public static TableDiffException diff(DataTableDiff dataTableDiff)
-
-