org.objectweb.medor.api
Class MedorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.api.MedorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataSourceException, EvaluationException, IOException, QueryLeafException, QueryNodeException

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

Constructor Summary
MedorException(java.lang.Exception e)
           
MedorException(java.lang.String s)
           
MedorException(java.lang.String m, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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

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)
Method Detail

getNestedException

public java.lang.Exception getNestedException()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)

printStackTrace

public void printStackTrace(java.io.PrintStream ps)