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 Summary
ConstructorsConstructorDescriptionPolarionScriptingException
(String message) Constructor for throwing custom exceptions within the script's try-catch block. E.g.,throw new PolarionScriptingException('error message');
-
Method Summary
Methods inherited from class com.polarion.alm.tracker.ipi.scripting.exceptions.ScriptRuntimeException
defaultMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolarionScriptingException
Constructor for throwing custom exceptions within the script's try-catch block. E.g.,throw new PolarionScriptingException('error message');
-
-
Method Details
-
duplicateForRethrow
-