nl.tudelft.goal.EIS2Java.exception
Class TranslationException

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

public class TranslationException
extends Exception

Exception raised when the Translator is unable to complete the translation.

Author:
Lennard de Rijk
See Also:
Serialized Form

Constructor Summary
TranslationException()
           
TranslationException(String message)
           
TranslationException(String message, Throwable cause)
           
TranslationException(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

TranslationException

public TranslationException()

TranslationException

public TranslationException(String message)

TranslationException

public TranslationException(Throwable cause)

TranslationException

public TranslationException(String message,
                            Throwable cause)


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