Class OpeningHoursParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.poole.openinghoursparser.ParseException
ch.poole.openinghoursparser.OpeningHoursParseException
All Implemented Interfaces:
Serializable

public class OpeningHoursParseException extends ch.poole.openinghoursparser.ParseException
Represents an exception when parsing the opening hour string
See Also:
  • Method Details

    • getLine

      public int getLine()
      Returns the line number
      Returns:
      the line number
    • getColumn

      public int getColumn()
      Returns the column number
      Returns:
      the column number
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getExceptions

      @NotNull public @NotNull List<OpeningHoursParseException> getExceptions()
      Get a list of the exceptions that caused this to be thrown
      Returns:
      a list of OpeningHoursParseException