Class CpsCompilationErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.plugins.workflow.cps.CpsCompilationErrorsException
- All Implemented Interfaces:
Serializable
An exception that replaces Groovy's
MultipleCompilationErrorsException
,
because that is not serializable (which would, under certain circumstances,
lead to the user being presented with a NotSerializableException
instead
of a compilation error -- see JENKINS-40109).- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCpsCompilationErrorsException
(org.codehaus.groovy.control.MultipleCompilationErrorsException original) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CpsCompilationErrorsException
public CpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-