org.jiim.translation
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jiim.translation.TranslationException
- All Implemented Interfaces:
- java.io.Serializable
public class TranslationException
- extends java.lang.Exception
Represents exceptions specific to translation engines
- Author:
- Jorge De Castro
- See Also:
- Serialized Form
| 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 |
TranslationException
public TranslationException()
TranslationException
public TranslationException(java.lang.String message)
TranslationException
public TranslationException(java.lang.String message,
java.lang.Throwable cause)
TranslationException
public TranslationException(java.lang.Throwable cause)
© 2005 jorge de castro