All Implemented Interfaces:
PythonLikeObject, Serializable
Direct Known Subclasses:
IndexError, KeyError

public class LookupError extends PythonException
The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid.
See Also: