Package com.networknt.oas
Class OpenApiParser.OpenApiParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.oas.OpenApiParser.OpenApiParserException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OpenApiParser
public static class OpenApiParser.OpenApiParserException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenApiParserException()OpenApiParserException(String message)OpenApiParserException(String message, Throwable cause)OpenApiParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)OpenApiParserException(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 Detail
-
OpenApiParserException
public OpenApiParserException()
-
OpenApiParserException
public OpenApiParserException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
OpenApiParserException
public OpenApiParserException(String message)
-
OpenApiParserException
public OpenApiParserException(Throwable cause)
-
-