org.objectweb.medor.api

Class MedorException

Known Direct Subclasses:
DataSourceException, EvaluationException, IOException, QueryLeafException, QueryNodeException

public class MedorException
extends Exception

This class describes exceptions raised if any problem occurs in MEDOR.

Author:
Sebastien Chassande-Barrioz

Constructor Summary

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

Method Summary

Exception
getNestedException()
void
printStackTrace()
void
printStackTrace(PrintStream ps)
void
printStackTrace(PrintWriter pw)

Constructor Details

MedorException

public MedorException(Exception e)


MedorException

public MedorException(String s)


MedorException

public MedorException(String m,
                      Exception e)

Method Details

getNestedException

public Exception getNestedException()


printStackTrace

public void printStackTrace()


printStackTrace

public void printStackTrace(PrintStream ps)


printStackTrace

public void printStackTrace(PrintWriter pw)