fmewebservices.FMEWSException¶

-
class
FMEWSException
¶ Bases:
Exception
FME Exception class.
init(exceptionType, message, parms)
FME will raise an exception of this type if it encounters an error.
Parameters: - exceptionType (
int
) – The type of FMEWSException. - message (
int
or str) – The message number defined in a message file, or a literal string to use as the error message. - parms (
list
of str) – (Optional) Parameters to the message string. Used only if msgNum is used for ‘message’. Not to be used if ‘message’ is a string.
-
__init__
¶ Initialize self. See help(type(self)) for accurate signature.
-
exceptionType
¶ FME Web Service Exception Type
-
message
¶ Message
-
msgNum
¶ Message Number
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exceptionType (