org.objectweb.medor.api
Class QueryNodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.api.MedorException
              extended byorg.objectweb.medor.api.QueryNodeException
All Implemented Interfaces:
java.io.Serializable

public class QueryNodeException
extends MedorException

Extension of MedorException for problems related with QueryNodes.

Author:
Sebastien Chassande-Barrioz
See Also:
QueryNode, Serialized Form

Constructor Summary
QueryNodeException(java.lang.Exception e)
           
QueryNodeException(java.lang.String s)
           
QueryNodeException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryNodeException

public QueryNodeException(java.lang.String s)

QueryNodeException

public QueryNodeException(java.lang.Exception e)

QueryNodeException

public QueryNodeException(java.lang.String m,
                          java.lang.Exception e)