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