Class PolarionScriptingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.alm.tracker.ipi.scripting.exceptions.ScriptRuntimeException
com.polarion.alm.tracker.scripting.exceptions.PolarionScriptingException
All Implemented Interfaces:
Serializable

public class PolarionScriptingException extends com.polarion.alm.tracker.ipi.scripting.exceptions.ScriptRuntimeException
Since:
3.24.10
See Also:
  • Constructor Details

    • PolarionScriptingException

      public PolarionScriptingException(@NotNull String message)
      Constructor for throwing custom exceptions within the script's try-catch block.
      E.g., throw new PolarionScriptingException('error message');
  • Method Details