Package io.smallrye.openapi.runtime
Class OpenApiRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.openapi.runtime.OpenApiRuntimeException
- All Implemented Interfaces:
Serializable
RuntimeException to be thrown when fatal exceptions are detected
in the Open API read/scan processes.- Author:
- Michael Edgar <michael@xlate.io>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenApiRuntimeException(String message) OpenApiRuntimeException(String message, Throwable cause) OpenApiRuntimeException(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
-
OpenApiRuntimeException
-
OpenApiRuntimeException
-
OpenApiRuntimeException
-