javax.emb
Class MalformedQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.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

Constructor Summary
MalformedQueryException()
           
MalformedQueryException(java.lang.String message)
           
MalformedQueryException(java.lang.String message, java.lang.Throwable cause)
           
MalformedQueryException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)