org.odmg
Class QueryParameterTypeInvalidException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odmg.ODMGException
org.odmg.QueryException
org.odmg.QueryParameterTypeInvalidException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueryParameterTypeInvalidException
- extends QueryException
This exception is thrown when the type of a query parameter
is not compatible with the expected type.
- Version:
- ODMG 3.0
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParameterTypeInvalidException
public QueryParameterTypeInvalidException()
- Construct an instance of the exception.
QueryParameterTypeInvalidException
public QueryParameterTypeInvalidException(java.lang.String msg)
- Construct an instance of the exception with a message.