yt.fields.field_exceptions module¶
- exception yt.fields.field_exceptions.FieldUnitsError[source]¶
Bases:
Exception
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception yt.fields.field_exceptions.NeedsConfiguration(parameter, value)[source]¶
Bases:
ValidationException
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception yt.fields.field_exceptions.NeedsDataField(missing_fields)[source]¶
Bases:
ValidationException
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception yt.fields.field_exceptions.NeedsGridType(ghost_zones=0, fields=None)[source]¶
Bases:
ValidationException
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception yt.fields.field_exceptions.NeedsOriginalGrid[source]¶
Bases:
NeedsGridType
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception yt.fields.field_exceptions.NeedsParameter(missing_parameters)[source]¶
Bases:
ValidationException
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.