Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends SysException
Exception representing an exception during parsing of numbers or date values. This class is only responsible for holding the reason and possible cause of the exception.
Since:
6.0
Author:
F. van der Meer
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message, int position)
      Constructs a parse exception with a message, the message text will go unmodified into the system exception message.
      Parameters:
      message - The message of the exception
      position - The position of the error.
  • Method Details

    • getPosition

      public int getPosition()
      This method returns the position of the error.
      Returns:
      The position where the error occurred.