Class GssError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<GssError>

    public class GssError
    extends java.lang.Object
    implements java.lang.Comparable<GssError>, java.io.Serializable
    GSS parser error description.
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getLine

        public java.lang.String getLine()
      • format

        public java.lang.String format()
      • messageFormat

        public GssError.MessageFormatArgs messageFormat()
        Returns a MessageFormatArgs representation of the object. This is a parbaked precursor to the value given by format, intended for use in FormattingLoggers and other contexts where it is useful to maintain separation between boilerplate and details.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(GssError o)
        Compare errors by source name, location and message.
        Specified by:
        compareTo in interface java.lang.Comparable<GssError>