org.objectweb.medor.expression.api
Class TypingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.expression.api.ExpressionException
              extended byorg.objectweb.medor.expression.api.TypingException
All Implemented Interfaces:
java.io.Serializable

public class TypingException
extends ExpressionException

Extension of MedorException for typing related problems.

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
TypingException(java.lang.Exception e)
           
TypingException(java.lang.String s)
           
TypingException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.expression.api.ExpressionException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypingException

public TypingException(java.lang.String s)

TypingException

public TypingException(java.lang.Exception e)

TypingException

public TypingException(java.lang.String m,
                       java.lang.Exception e)