org.objectweb.medor.api
Class MedorException
Exception
org.objectweb.medor.api.MedorException
public class MedorException
extends Exception
This class describes exceptions raised if any problem occurs
in MEDOR.
- Sebastien Chassande-Barrioz
MedorException
public MedorException(Exception e)
MedorException
public MedorException(String s)
MedorException
public MedorException(String m,
Exception e)
getNestedException
public Exception getNestedException()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream ps)
printStackTrace
public void printStackTrace(PrintWriter pw)