Class LanguageProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.eurodyn.qlack.common.exception.QException
com.eurodyn.qlack.fuse.lexicon.exception.LanguageProcessingException
- All Implemented Interfaces:
Serializable
A class definition to throw Exception if anything wrong happens to language
procedure
- Author:
- European Dynamics SA
- See Also:
-
Constructor Summary
ConstructorDescriptionA method declaration that is used to throw exception message if anything wrong happens -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LanguageProcessingException
A method declaration that is used to throw exception message if anything wrong happens- Parameters:
msg
- the message that is throwing
-