tabula.errors

exception tabula.errors.CSVParseError(message: Any, cause: Any)[source]

Bases: pandas.errors.ParserError

Error represents CSV parse error, which mainly caused by pandas.

exception tabula.errors.JavaNotFoundError[source]

Bases: Exception

Error represents Java doesn’t exist.