Package io.wcm.siteapi.openapi.validator
Class SpecInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.wcm.siteapi.openapi.validator.SpecInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SpecInvalidException extends java.lang.RuntimeException
OpenAPI 3 spec cannot be read or is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecInvalidException(@NotNull java.lang.String message, @NotNull java.lang.Throwable cause)
-