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
public class OpenApiRuntimeException extends RuntimeException
RuntimeExceptionto be thrown when fatal exceptions are detected in the Open API read/scan processes.- Author:
- Michael Edgar <michael@xlate.io>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenApiRuntimeException(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
-
-