Class GssError
java.lang.Object
com.google.common.css.compiler.ast.GssError
- All Implemented Interfaces:
Serializable,Comparable<GssError>
GSS parser error description.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA String template, together with values for the template holes. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GssError
-
-
Method Details
-
getLocation
-
getMessage
-
getLine
-
format
-
messageFormat
Returns a MessageFormatArgs representation of the object. This is a parbaked precursor to the value given byformat, intended for use in FormattingLoggers and other contexts where it is useful to maintain separation between boilerplate and details. -
equals
-
hashCode
public int hashCode() -
compareTo
Compare errors by source name, location and message.- Specified by:
compareToin interfaceComparable<GssError>
-