Exceptions

class efj_parser.ValidationError(line_number, message, problem_string)

An problem was found in the input data.

line_number

The 1-indexed line number where the problem was found.

message

A message describing the problem.

problem_string

The string that caused the problem.