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