com.polarion.alm.tracker.scripting.exceptions.PolarionScriptingException


CONSTRUCTORS
Modifiers and TypeNameDescription
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