Class MessageParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aquima.interactions.communication.impl.evaluator.parser.MessageParseException
-
- All Implemented Interfaces:
Serializable
public final class MessageParseException extends Exception
Internal generic message parse exceptionThis internal exception is a checked exception that should not be thrown by an interface.
- Since:
- 9.0
- Author:
- Jon van Leuven
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageParseException​(String exceptionMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MessageParseException
protected MessageParseException​(String exceptionMessage)
-
-