com.objy.db
Class QueryParameterCountInvalidException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.objy.db.ObjyException
|
+--com.objy.db.ODMGException
|
+--com.objy.db.QueryParameterCountInvalidException
- All Implemented Interfaces:
- Serializable
- public class QueryParameterCountInvalidException
- extends ODMGException
Signals an attempt to use a predicate query whose number of bound
parameters does not equal the number of placeholders.
Note: You should not create or throw an exception of this class;
you obtain an instance of this class by catching checked exceptions.
- See Also:
- Serialized Form
QueryParameterCountInvalidException
public QueryParameterCountInvalidException()
- Reserved for internal use.
Copyright © 2000 Objectivity, Inc. All rights reserved.