Searched refs:InputError (Results 1 – 2 of 2) sorted by relevance
22 class InputError(Error): class44 raise InputError("invalid Unicode value %s" % (s,))71 raise InputError("invalid Unicode range %s" % (s,))89 raise InputError("invalid Unicode value %s" % (v,))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" %
342 InputError, enumerator582 return checkComposite(state) ? state : handleError(InputError, state); in push()1235 if (status == Serializer::InputError) { in SerializedScriptValue()