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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUIDpublic static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
CpsCompilationErrorsExceptionpublic CpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original) 
 
- 
- 
Method Details- 
fillInStackTrace- Overrides:
- fillInStackTracein class- Throwable
 
 
-