Class CpsCompilationErrorsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.plugins.workflow.cps.CpsCompilationErrorsException
All Implemented Interfaces:
Serializable

public class CpsCompilationErrorsException extends RuntimeException
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 Details

  • Constructor Details

    • CpsCompilationErrorsException

      public CpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original)
  • Method Details