fmeobjects.FMEException
- class FMEException
FME Exception Class
init(message, parms)
FME Exception class.
FME will raise an exception of this type if it encounters an error.
FME will also treat this exception type differently when calling user-defined Python scripts.
- Parameters:
- __init__(*args, **kwargs)
- add_note()
Exception.add_note(note) – add a note to the exception
- msgNum
Message Number
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.