net.sf.zekr.engine.translation
Class TranslationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.zekr.common.ZekrBaseException
net.sf.zekr.common.ZekrMessageException
net.sf.zekr.engine.translation.TranslationException
- All Implemented Interfaces:
- java.io.Serializable
public class TranslationException
- extends ZekrMessageException
- 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 messageKey,
java.lang.String[] params)
TranslationException
public TranslationException(java.lang.String message,
java.lang.Throwable cause)
TranslationException
public TranslationException(java.lang.String message)
TranslationException
public TranslationException(java.lang.Throwable cause)