Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends QueryException
Occurs when an unexpected condition is encountered while interpreting the output of the HQL parser. This exception represents some sort of bug in the parser, whereas SyntaxException indicates a problem with the query itself.
Author:
Steve Ebersole
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(String message)