Uses of Class
io.vertx.json.schema.OutputErrorType
-
Packages that use OutputErrorType Package Description io.vertx.json.schema -
-
Uses of OutputErrorType in io.vertx.json.schema
Methods in io.vertx.json.schema that return OutputErrorType Modifier and Type Method Description OutputErrorType
JsonSchemaValidationException. errorType()
OutputErrorType
OutputUnit. getErrorType()
static OutputErrorType
OutputErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputErrorType[]
OutputErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.json.schema with parameters of type OutputErrorType Modifier and Type Method Description OutputUnit
OutputUnit. setErrorType(OutputErrorType errorType)
Constructors in io.vertx.json.schema with parameters of type OutputErrorType Constructor Description JsonSchemaValidationException(String message, String location, OutputErrorType errorType, StackTraceElement stackTraceElement)
JsonSchemaValidationException(String message, Throwable cause, String location, OutputErrorType errorType)
JsonSchemaValidationException(String message, Throwable cause, String location, OutputErrorType errorType, StackTraceElement stackTraceElement)
OutputUnit(String instanceLocation, String absoluteKeywordLocation, String keywordLocation, String error, OutputErrorType errorType)
-