com.polarion.alm.tracker.scripting.exceptions.PolarionScriptingException
CONSTRUCTORS
| Modifiers and Type | Name | Description |
|---|---|---|
| public | PolarionScriptingException(String) | Constructor for throwing custom exceptions within the script's try-catch block. E.g., {@code throw new PolarionScriptingException('error message');} |
Back to Index