Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.file | |
io.vertx.core.http | |
io.vertx.ext.web.api.validation | |
io.vertx.ext.web.validation | |
io.vertx.json.schema | |
io.vertx.serviceproxy |
Modifier and Type | Class and Description |
---|---|
class |
ReplyException
Represents the failure of a message send.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSystemException
Exception thrown by the FileSystem class
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolTooBusyException
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
|
class |
StreamResetException
This exception signals a stream reset, it is used only for HTTP/2.
|
class |
UpgradeRejectedException |
Modifier and Type | Class and Description |
---|---|
class |
ValidationException
Deprecated.
You should use the new module vertx-web-openapi
|
Modifier and Type | Class and Description |
---|---|
class |
BadRequestException
Represents an exception while processing a request with
ValidationHandler . |
class |
BodyProcessorException
Represents an exception while processing a body
|
class |
MalformedValueException
Represents a malformed value that parser is unable to manage
|
class |
ParameterProcessorException
Represents an exception while processing a parameter
|
class |
RequestPredicateException
Represents an error while trying to validate
|
Modifier and Type | Class and Description |
---|---|
class |
NoSyncValidationException
This exception is thrown when you call
Schema.validateSync(Object) when the schema is in an asynchronous state |
class |
SchemaException
This class represents an error while parsing a
Schema |
Modifier and Type | Class and Description |
---|---|
class |
ServiceException
An Exception to be returned from Service implementations.
|
Copyright © 2021 Eclipse. All rights reserved.