javax.emb
Class MalformedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.emb.MalformedQueryException
- All Implemented Interfaces:
- java.io.Serializable
- public class MalformedQueryException
- extends MediaException (src)
This exception is thrown during MetaDataEntityLocalHome.query(...)
whenever a specified query statement is not valid for the specified query
language.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MalformedQueryException
public MalformedQueryException()
- See Also:
javax.emb.MediaException()
MalformedQueryException
public MalformedQueryException(java.lang.String message)
- See Also:
javax.emb.MediaException(String)
MalformedQueryException
public MalformedQueryException(java.lang.String message,
java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(String, Throwable)
MalformedQueryException
public MalformedQueryException(java.lang.Throwable cause)
- See Also:
javax.emb.MediaException(Throwable)