nl.tudelft.goal.EIS2Java.exception
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.