public class ScriptCompilationException extends GradleScriptException
ScriptCompilationException is thrown when a script cannot be compiled.| Constructor and Description |
|---|
ScriptCompilationException(String message,
Throwable cause,
ScriptSource scriptSource,
Integer lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLineNumber() |
ScriptSource |
getScriptSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptCompilationException(String message, Throwable cause, ScriptSource scriptSource, Integer lineNumber)
public ScriptSource getScriptSource()
public Integer getLineNumber()
Copyright © 2013. All rights reserved