org.eclipse.emf.facet.efacet.core.exception
Class QueryTypeCheckingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.facet.efacet.core.exception.QueryException
              extended by org.eclipse.emf.facet.efacet.core.exception.QueryTypeCheckingException
All Implemented Interfaces:
java.io.Serializable

public class QueryTypeCheckingException
extends QueryException

This exception occurs when the type of a query result is not the one expected

See Also:
Serialized Form

Constructor Summary
QueryTypeCheckingException(java.lang.String message)
           
QueryTypeCheckingException(java.lang.String message, java.lang.Throwable cause)
           
QueryTypeCheckingException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryTypeCheckingException

public QueryTypeCheckingException(java.lang.String message)

QueryTypeCheckingException

public QueryTypeCheckingException(java.lang.String message,
                                  java.lang.Throwable cause)

QueryTypeCheckingException

public QueryTypeCheckingException(java.lang.Throwable cause)