Class 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:
    Serialized Form
    • Constructor Detail

      • CpsCompilationErrorsException

        public CpsCompilationErrorsException​(org.codehaus.groovy.control.MultipleCompilationErrorsException original)