vertx / io.vertx.ext.web.api.contract / RouterFactoryException

RouterFactoryException

open class RouterFactoryException : RuntimeException

Main class for router factory exceptions

Author
Francesco Guardiani @slinkydeveloper

Types

ErrorType

class ErrorType

Constructors

<init>

RouterFactoryException(message: String, type: ErrorType)

Functions

createMissingSecurityHandler

open static fun createMissingSecurityHandler(securitySchema: String): RouterFactoryException
open static fun createMissingSecurityHandler(securitySchema: String, securityScope: String): RouterFactoryException

createOperationIdNotFoundException

open static fun createOperationIdNotFoundException(operationId: String): RouterFactoryException

createPathNotFoundException

open static fun createPathNotFoundException(pathName: String): RouterFactoryException

createSpecInvalidException

open static fun createSpecInvalidException(message: String): RouterFactoryException

createSpecNotExistsException

open static fun createSpecNotExistsException(path: String): RouterFactoryException

type

open fun type(): ErrorType