Class ContractParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.communication.exception.CommunicationEngineException
com.aquima.interactions.communication.exception.ContractParseException
- All Implemented Interfaces:
Serializable
Exception for errors while parsing a data contract.
- Since:
- 9.3
- Author:
- A.Pragt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContractParseException
(String message) ContractParseException
(String message, 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
-
ContractParseException
-
ContractParseException
-