com.gemstone.gemfire.cache.query
Class QueryInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.gemstone.gemfire.cache.query.QueryInvalidException
- All Implemented Interfaces:
- Serializable
public class QueryInvalidException
- extends IllegalArgumentException
Thrown if the query language syntax is not valid.
- Since:
- 4.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryInvalidException
public QueryInvalidException(String msg)
- Construct an instance of QueryInvalidException
- Parameters:
msg - the error message
QueryInvalidException
public QueryInvalidException(String msg,
Throwable cause)
- Construct an instance of QueryInvalidException
- Parameters:
msg - the error messagecause - a Throwable cause
Copyright © 2002-2009 GemStone Systems, Inc. All Rights Reserved.