The throw statement lets you raise an exception, thus breaking the execution until:
Syntax
throw <expression>
Example
throw Java.Exception("Something is wrong")