org.objectweb.medor.api
Class TypingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.medor.api.MedorException
                    |
                    +--org.objectweb.medor.api.TypingException
All Implemented Interfaces:
java.io.Serializable

public class TypingException
extends MedorException

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.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
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

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)