Package com.e1c.langtool.external
Class InvalidTextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.external.TranslationServiceException
com.e1c.langtool.external.InvalidTextException
- All Implemented Interfaces:
Serializable
Thrown to indicate that text (or a set of texts) to translate couldn't be translated.
For example, length of text to translate can be too long.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidTextException(String message) InvalidTextException(String message, Throwable cause) InvalidTextException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTextException
- See Also:
-
InvalidTextException
- See Also:
-
InvalidTextException
- See Also:
-