Product DocumentationDeveloper GuidesODSL LanguageCommandsAll CommandsthrowthrowThrow a custom exceptionSyntaxthrow expressionDescriptionThe throw command allows you to throw a custom exception that will return to the calling application.Examplesthrow "Invalid value for category [" + cat + "] must be 'x' or 'y'"