Class OpenApiRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class OpenApiRuntimeException
    extends RuntimeException
    RuntimeException to 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 Detail

      • OpenApiRuntimeException

        public OpenApiRuntimeException​(String message,
                                       Throwable cause)
      • OpenApiRuntimeException

        public OpenApiRuntimeException​(String message)
      • OpenApiRuntimeException

        public OpenApiRuntimeException​(Throwable cause)