Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
Exception thrown when the parsers encounter a problem.
Author:
Lion Wagner
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(Throwable cause)
    • ParsingException

      public ParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)