public class RouterFactoryException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
RouterFactoryException.ErrorType |
Constructor and Description |
---|
RouterFactoryException(String message,
RouterFactoryException.ErrorType type) |
Modifier and Type | Method and Description |
---|---|
static RouterFactoryException |
createMissingSecurityHandler(String securitySchema) |
static RouterFactoryException |
createMissingSecurityHandler(String securitySchema,
String securityScope) |
static RouterFactoryException |
createOperationIdNotFoundException(String operationId) |
static RouterFactoryException |
createPathNotFoundException(String pathName) |
static RouterFactoryException |
createSpecInvalidException(String message) |
static RouterFactoryException |
createSpecNotExistsException(String path) |
static RouterFactoryException |
createWrongExtension(String message) |
static RouterFactoryException |
createWrongInterface(Class i) |
RouterFactoryException.ErrorType |
type() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RouterFactoryException(String message, RouterFactoryException.ErrorType type)
public RouterFactoryException.ErrorType type()
public static RouterFactoryException createPathNotFoundException(String pathName)
public static RouterFactoryException createOperationIdNotFoundException(String operationId)
public static RouterFactoryException createSpecInvalidException(String message)
public static RouterFactoryException createSpecNotExistsException(String path)
public static RouterFactoryException createMissingSecurityHandler(String securitySchema)
public static RouterFactoryException createMissingSecurityHandler(String securitySchema, String securityScope)
public static RouterFactoryException createWrongExtension(String message)
public static RouterFactoryException createWrongInterface(Class i)
Copyright © 2023 Eclipse. All rights reserved.