Skip to content

Instantly share code, notes, and snippets.

@jzelayeta
Created April 19, 2019 01:43
Show Gist options
  • Save jzelayeta/3660a6c63f4f6e38a4f164c8bb59c480 to your computer and use it in GitHub Desktop.
Save jzelayeta/3660a6c63f4f6e38a4f164c8bb59c480 to your computer and use it in GitHub Desktop.
public class CSVMatchConstraintException extends RuntimeException {
public CSVMatchConstraintException(Int lineNumber, Throwable err) {
super("Error at line " + lineNumber, err)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment