public class FormatterDiagnostic extends Object
Constructor and Description |
---|
FormatterDiagnostic(String filename,
int lineNumber,
int column,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
column()
Returns the 0-indexed column number on which the error occurred.
|
String |
filename()
Returns the name of the file that was processed.
|
int |
line()
Returns the line number on which the error occurred.
|
String |
message()
Returns a description of the problem that prevented formatting from succeeding.
|
String |
toString() |
public String filename()
public int line()
public int column()
public String message()
Copyright © 2015–2016 Google Inc.. All rights reserved.