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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalQueryStatementException()ConstructorIllegalQueryStatementException(String message)ConstructorIllegalQueryStatementException(String message, Throwable cause)ConstructorIllegalQueryStatementException(Throwable cause)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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
-
-