Class SchemaRetrievalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.micronaut.jsonschema.generator.discovery.SchemaRetrievalException
- All Implemented Interfaces:
Serializable
Input-level schema retrieval failure with a stable diagnostic code.
- Since:
- 2.2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaRetrievalException
-
-
Method Details
-
code
- Returns:
- Stable diagnostic code for the retrieval failure
-
retrievalMode
- Returns:
- Retrieval mechanism that failed, or
nullwhen none was selected
-