com.penguinwerks.jodene.data
Class TranslatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.penguinwerks.jodene.data.TranslatorException
- All Implemented Interfaces:
- java.io.Serializable
- public class TranslatorException
- extends java.lang.Exception
An exception indicated a translation failure.
- Author:
- Paul Hoehne
- 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 |
TranslatorException
public TranslatorException()
TranslatorException
public TranslatorException(java.lang.String arg0)
- Parameters:
arg0 -
TranslatorException
public TranslatorException(java.lang.String arg0,
java.lang.Throwable arg1)
- Parameters:
arg0 - arg1 -
TranslatorException
public TranslatorException(java.lang.Throwable arg0)
- Parameters:
arg0 -