Class IllegalQueryStatementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
All Implemented Interfaces:
Serializable

public class IllegalQueryStatementException extends Exception

Exception for illegal query statements

Copyright 2010 (C) by Martin Ganserer

Version:
1.0.0
Author:
Martin Ganserer
See Also:
  • Constructor Details

    • IllegalQueryStatementException

      public IllegalQueryStatementException()
      Constructor
    • IllegalQueryStatementException

      public IllegalQueryStatementException(String message)
      Constructor
      Parameters:
      message - the error message
    • IllegalQueryStatementException

      public IllegalQueryStatementException(Throwable cause)
      Constructor
      Parameters:
      cause - the cause of the exception
    • IllegalQueryStatementException

      public IllegalQueryStatementException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the error message
      cause - the cause of the exception