org.objectweb.medor.api

Class QueryNodeException


public class QueryNodeException
extends MedorException

Extension of MedorException for problems related with QueryNodes.

Author:
Sebastien Chassande-Barrioz

See Also:
QueryNode

Constructor Summary

QueryNodeException(Exception e)
QueryNodeException(String s)
QueryNodeException(String m, Exception e)

Method Summary

Methods inherited from class org.objectweb.medor.api.MedorException

getNestedException, printStackTrace, printStackTrace, printStackTrace

Constructor Details

QueryNodeException

public QueryNodeException(Exception e)


QueryNodeException

public QueryNodeException(String s)


QueryNodeException

public QueryNodeException(String m,
                          Exception e)