Class QueryException

All Implemented Interfaces:
Serializable

@Deprecated public class QueryException extends RuntimeException
Deprecated.
no methods throw this
Runtime exception to mark errors in query parsing.
Author:
Steinar Knutsen
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String message)
      Deprecated.
    • QueryException

      public QueryException(String message, Throwable cause)
      Deprecated.