Class ParseError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseError
    extends java.lang.Exception
    A parse error.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseError​(java.lang.String message, java.lang.String inputString, int errorIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBadSuffix()  
      int getErrorIndex()  
      java.lang.String getGoodPrefix()  
      java.lang.String getInputString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseError

        public ParseError​(java.lang.String message,
                          java.lang.String inputString,
                          int errorIndex)
    • Method Detail

      • getGoodPrefix

        public java.lang.String getGoodPrefix()
      • getBadSuffix

        public java.lang.String getBadSuffix()
      • getInputString

        public java.lang.String getInputString()
      • getErrorIndex

        public int getErrorIndex()