public class CpsCompilationErrorsException extends RuntimeException
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).Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
CpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original) |
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public CpsCompilationErrorsException(org.codehaus.groovy.control.MultipleCompilationErrorsException original)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2016–2020. All rights reserved.