public class RouterBuilderException extends RuntimeException
Constructor and Description |
---|
RouterBuilderException(String message,
ErrorType type,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static RouterBuilderException |
cannotFindParameterProcessorGenerator(JsonPointer pointer,
JsonObject parameter) |
static RouterBuilderException |
createBodyNotSupported(JsonPointer pointer) |
static RouterBuilderException |
createErrorWhileGeneratingValidationHandler(String message,
Throwable cause) |
static RouterBuilderException |
createInvalidFileSpec(String path,
Throwable cause) |
static RouterBuilderException |
createInvalidSpecException(Throwable cause) |
static RouterBuilderException |
createMissingSecurityHandler(String securitySchema) |
static RouterBuilderException |
createMissingSecurityHandler(String securitySchema,
String securityScope) |
static RouterBuilderException |
createRouterBuilderInstantiationError(Throwable e,
String url) |
static RouterBuilderException |
createUnsupportedSpecFeature(String message) |
static RouterBuilderException |
createWrongExtension(String message) |
ErrorType |
type() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ErrorType type()
public static RouterBuilderException cannotFindParameterProcessorGenerator(JsonPointer pointer, JsonObject parameter)
public static RouterBuilderException createBodyNotSupported(JsonPointer pointer)
public static RouterBuilderException createInvalidSpecException(Throwable cause)
public static RouterBuilderException createInvalidFileSpec(String path, Throwable cause)
public static RouterBuilderException createMissingSecurityHandler(String securitySchema)
public static RouterBuilderException createMissingSecurityHandler(String securitySchema, String securityScope)
public static RouterBuilderException createUnsupportedSpecFeature(String message)
public static RouterBuilderException createWrongExtension(String message)
public static RouterBuilderException createRouterBuilderInstantiationError(Throwable e, String url)
public static RouterBuilderException createErrorWhileGeneratingValidationHandler(String message, Throwable cause)
Copyright © 2021 Eclipse. All rights reserved.