Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nonapi.io.github.classgraph.types.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
A parsing exception.
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • ParseException

      public ParseException(Parser parser, String msg)
      A parsing exception.
      Parameters:
      parser - The parser.
      msg - The exception message.