Class OpenapiContractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nexsol.gateway.validation.OpenapiContractException
- All Implemented Interfaces:
Serializable
Thrown when an OpenAPI contract cannot be read or parsed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenapiContractException(String message) Creates the exception.OpenapiContractException(String message, Throwable cause) Creates the exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenapiContractException
Creates the exception.- Parameters:
message- what could not be read, and why
-
OpenapiContractException
-