public interface BuildFileParseExceptionData
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<BuildFileParseExceptionStackTraceEntry> |
getStackTrace() |
Optional<BuildFileSyntaxError> |
getSyntaxError() |
String |
getType() |
String |
getValue() |
static BuildFileParseExceptionData |
of(String type,
String value,
Optional<BuildFileSyntaxError> syntaxError,
com.google.common.collect.ImmutableList<BuildFileParseExceptionStackTraceEntry> stackTrace) |
String getType()
String getValue()
Optional<BuildFileSyntaxError> getSyntaxError()
com.google.common.collect.ImmutableList<BuildFileParseExceptionStackTraceEntry> getStackTrace()
static BuildFileParseExceptionData of(String type, String value, Optional<BuildFileSyntaxError> syntaxError, com.google.common.collect.ImmutableList<BuildFileParseExceptionStackTraceEntry> stackTrace)