Class OpenApi2JavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.torand.openapi2java.utils.OpenApi2JavaException
- All Implemented Interfaces:
Serializable
Generic runtime exception thrown by this plugin.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenApi2JavaException(String message) Creates a runtime exception.OpenApi2JavaException(String message, Throwable cause) Creates a runtime exception.OpenApi2JavaException(Throwable cause) Creates a runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenApi2JavaException
Creates a runtime exception.- Parameters:
message- the message.
-
OpenApi2JavaException
Creates a runtime exception.- Parameters:
message- the message.cause- the inner cause.
-
OpenApi2JavaException
Creates a runtime exception.- Parameters:
cause- the inner cause.
-