Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.linusdev.data.parser.exceptions.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseValueException, UnexpectedCharacterException, UnexpectedEndException

public class ParseException extends Exception
See Also:
  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(ParseTracker tracker)
  • Method Details