org.objectweb.medor.api
Class QueryLeafException

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

public class QueryLeafException
extends MedorException

Extension of MedorException for problems related with QueryLeaves

See Also:
QueryLeaf, Serialized Form

Constructor Summary
QueryLeafException(java.lang.Exception e)
           
QueryLeafException(java.lang.String s)
           
QueryLeafException(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

QueryLeafException

public QueryLeafException(java.lang.String s)

QueryLeafException

public QueryLeafException(java.lang.Exception e)

QueryLeafException

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