Product DocumentationDeveloper GuidesODSL LanguageCommandsAll CommandsthrowOn this pagethrow Throw a custom exception Syntax throw expression Description The throw command allows you to throw a custom exception that will return to the calling application. Examples throw "Invalid value for category [" + cat + "] must be 'x' or 'y'"