nl.tudelft.goal.EIS2Java.exception
Class NoTranslatorException

Package class diagram package NoTranslatorException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.tudelft.goal.EIS2Java.exception.TranslationException
              extended by nl.tudelft.goal.EIS2Java.exception.NoTranslatorException
All Implemented Interfaces:
Serializable

public class NoTranslatorException
extends TranslationException

See Also:
Serialized Form

Constructor Summary
NoTranslatorException()
           
NoTranslatorException(Class<? extends Object> parameterClass)
           
NoTranslatorException(Class<? extends Object> parameterClass, Throwable cause)
           
NoTranslatorException(String message)
           
NoTranslatorException(String message, Throwable cause)
           
NoTranslatorException(Throwable cause)
           
 
Method Summary
 
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

NoTranslatorException

public NoTranslatorException()

NoTranslatorException

public NoTranslatorException(String message)

NoTranslatorException

public NoTranslatorException(Throwable cause)

NoTranslatorException

public NoTranslatorException(String message,
                             Throwable cause)

NoTranslatorException

public NoTranslatorException(Class<? extends Object> parameterClass)

NoTranslatorException

public NoTranslatorException(Class<? extends Object> parameterClass,
                             Throwable cause)


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.