Home | History | Annotate | Download | only in re2

Lines Matching refs:InputError

22 class InputError(Error):
36 InputError: the string is not a valid Unicode value.
44 raise InputError("invalid Unicode value %s" % (s,))
61 InputError: the string is not a valid Unicode range.
71 raise InputError("invalid Unicode range %s" % (s,))
86 InputError: the argument is not a valid Unicode value.
89 raise InputError("invalid Unicode value %s" % (v,))
144 InputError: nfields is invalid (must be >= 2).
148 raise InputError("invalid number of fields %d" % (nfields,))
176 raise InputError("wrong number of fields %d %d - %s" %
192 raise InputError("expected Last line for %s" %
203 raise InputError("bad First line: range given")
215 raise InputError("expected Last line for %s; got EOF" %