public class TranslationException extends RuntimeException
Constructor and Description |
---|
TranslationException(String inMessage) |
TranslationException(String inMessage,
Throwable inException) |
TranslationException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TranslationException(String inMessage)
public TranslationException(String inMessage, Throwable inException)
public TranslationException(Throwable inException)
jataylor@hairyfatguy.com