org.objectweb.medor.api
Class MedorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.medor.api.MedorException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DataSourceException, EvaluationException, ExpressionException, IOException, QueryLeafException, QueryNodeException, TypingException
- public class MedorException
- extends java.lang.Exception
This class describes exceptions raised if any problem occurs
in MEDOR.
- Author:
- Sebastien Chassande-Barrioz
- See Also:
- Serialized Form
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 |
MedorException
public MedorException(java.lang.String s)
MedorException
public MedorException(java.lang.Exception e)
MedorException
public MedorException(java.lang.String m,
java.lang.Exception e)
getNestedException
public java.lang.Exception getNestedException()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in class java.lang.Throwable