throw exception(a)


Stops the current mapping process with error message a.

Description of Parameters

Parameter

Description

a

Exception message.

Note: If you use a profile in Lobster_data to act as a web service and you also use this function, the response of the web service will contain the content of parameter a and the stack trace. If you put the error message in § characters, then only the error message will be returned, without the stack trace.Test mapping will still contain the exception message and the stack trace. Example: §This is the exception message§