cdx.scorebot.util.translator
Class TranslationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cdx.scorebot.util.translator.TranslationFailedException
All Implemented Interfaces:
java.io.Serializable

public class TranslationFailedException
extends java.lang.Exception

Indicates a translation could not be accomplished

Author:
David Underhill
See Also:
Serialized Form

Constructor Summary
TranslationFailedException()
          Instantiates a TranslationFailedException
TranslationFailedException(java.lang.String msg)
          Instantiates a TranslationFailedException with the specified message
 
Method Summary
 
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
 

Constructor Detail

TranslationFailedException

public TranslationFailedException()
Instantiates a TranslationFailedException


TranslationFailedException

public TranslationFailedException(java.lang.String msg)
Instantiates a TranslationFailedException with the specified message