Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
Understands an exception thrown when an unexpected error occurs while parsing a file.
Since:
1.2
See Also:
  • Field Details

  • Constructor Details

    • ParsingException

      public ParsingException(String message)
      Creates a new ParsingException.
      Parameters:
      message - the detail message.
    • ParsingException

      public ParsingException(String message, Throwable cause)
      Creates a new ParsingException.
      Parameters:
      message - the detail message.
      cause - the cause of the error.