Class ParseException

  • All Implemented Interfaces:
    Serializable

    public class ParseException
    extends Exception
    Exception class indicating an error in parsing.
    Author:
    David B. Bracewell
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseException

        public ParseException()
        Creates a new instance of the ParseException
      • ParseException

        public ParseException​(String message)
        Creates a new instance of the ParseException
        Parameters:
        message - the parse error message
      • ParseException

        public ParseException​(Throwable caught)
        Creates a new instance of the ParseException
        Parameters:
        caught - The throwable we are rethrowing