Package org.jenkinsci.plugins.tokenmacro
Class MacroEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
- All Implemented Interfaces:
Serializable
Signals that the evaluation of the macro has failed, and the error should be presented to users
without a stack trace.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMacroEvaluationException
(String message) MacroEvaluationException
(String message, String macroName) MacroEvaluationException
(String message, String macroName, Throwable cause) MacroEvaluationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MacroEvaluationException
-
MacroEvaluationException
-
MacroEvaluationException
-
MacroEvaluationException
-
-
Method Details
-
getMacroName
-
getMessage
- Overrides:
getMessage
in classThrowable
-