<throw>
Throws the provided exception
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| EXCEPTION | @exception | The exception to throw. Will use the attribute named Attributes.EXCEPTION by default. | PHRASE | java.lang.Throwable | No |
Re-throws a handled exception:
I caught an IllegalArgumentException...
I caught something else...