Class IllegalQueryStatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jbizmo.commons.search.exception.IllegalQueryStatementException
- All Implemented Interfaces:
Serializable
Exception for illegal query statements
Copyright 2010 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorIllegalQueryStatementException(String message) ConstructorIllegalQueryStatementException(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalQueryStatementException
public IllegalQueryStatementException()Constructor -
IllegalQueryStatementException
Constructor- Parameters:
message- the error message
-
IllegalQueryStatementException
Constructor- Parameters:
cause- the cause of the exception
-
IllegalQueryStatementException
Constructor- Parameters:
message- the error messagecause- the cause of the exception
-