landlab.field.errors¶
- exception Error[source]¶
Bases:
ExceptionBase class for errors in this module.
- __init__(*args, **kwargs)¶
- classmethod __new__(*args, **kwargs)¶
- add_note(note, /)¶
Add a note to the exception
- args¶
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.
- exception FieldError[source]¶
-
Raise this error for a missing field name.
- classmethod __new__(*args, **kwargs)¶
- add_note(note, /)¶
Add a note to the exception
- args¶
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.
- exception GroupError[source]¶
-
Raise this error for a missing group name.
- classmethod __new__(*args, **kwargs)¶
- add_note(note, /)¶
Add a note to the exception
- args¶
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.