Package jenkins.tasks.filters
Class EnvVarsFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.AbortException
jenkins.tasks.filters.EnvVarsFilterException
- All Implemented Interfaces:
Serializable
@Restricted(org.kohsuke.accmod.restrictions.Beta.class)
public class EnvVarsFilterException
extends AbortException
Exception that occurs during the environment filtering process, with helper to track the source.
- Since:
- 2.246
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRule()
withRule
(EnvVarsFilterRule rule) withVariable
(String variableName) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnvVarsFilterException
-
-
Method Details
-
withRule
-
withVariable
-
getRule
-
getMessage
- Overrides:
getMessage
in classThrowable
-