Uses of Class
net.sf.jsqlparser.util.validation.ValidationException
-
-
Uses of ValidationException in net.sf.jsqlparser.util.validation
Subclasses of ValidationException in net.sf.jsqlparser.util.validation Modifier and Type Class Description classParseExceptionwraps aJSQLParserExceptionto add to the errors collected by validationclassUnexpectedValidationExceptioncan be used on unexpected errors during validationMethods in net.sf.jsqlparser.util.validation that return ValidationException Modifier and Type Method Description default ValidationExceptionValidationCapability. toError(String message)default ValidationExceptionValidationCapability. toError(String message, Throwable th)Methods in net.sf.jsqlparser.util.validation that return types with arguments of type ValidationException Modifier and Type Method Description Set<ValidationException>ValidationError. getErrors()Map<ValidationCapability,Set<ValidationException>>Validator. getValidationErrors()default Map<ValidationCapability,Set<ValidationException>>Validator. getValidationErrors(Collection<ValidationCapability> capabilities)default Map<ValidationCapability,Set<ValidationException>>Validator. getValidationErrors(ValidationCapability... capabilities)static Map<ValidationCapability,Set<ValidationException>>Validation. validate(Statement statement, ValidationContext context)Methods in net.sf.jsqlparser.util.validation with parameters of type ValidationException Modifier and Type Method Description ValidationErrorValidationError. addError(ValidationException error)Method parameters in net.sf.jsqlparser.util.validation with type arguments of type ValidationException Modifier and Type Method Description ValidationErrorValidationError. addErrors(Collection<ValidationException> errors)static List<ValidationError>Validation. toValidationErrors(String statements, Statement parsedStatement, Map<ValidationCapability,Set<ValidationException>> errorMap)voidValidationCapability. validate(ValidationContext context, Consumer<ValidationException> errorConsumer)Validate and addValidationException's to given consumer. -
Uses of ValidationException in net.sf.jsqlparser.util.validation.allowedtypes
Method parameters in net.sf.jsqlparser.util.validation.allowedtypes with type arguments of type ValidationException Modifier and Type Method Description voidAllowedTypesValidation. validate(ValidationContext context, Consumer<ValidationException> errorConsumer) -
Uses of ValidationException in net.sf.jsqlparser.util.validation.feature
Methods in net.sf.jsqlparser.util.validation.feature that return ValidationException Modifier and Type Method Description ValidationExceptionFeaturesAllowed. getMessage(Feature feature)ValidationExceptionFeatureSetValidation. getMessage(Feature feature)default ValidationExceptionVersion. getMessage(Feature feature)Method parameters in net.sf.jsqlparser.util.validation.feature with type arguments of type ValidationException Modifier and Type Method Description default voidFeatureSetValidation. validate(ValidationContext context, Consumer<ValidationException> errorConsumer) -
Uses of ValidationException in net.sf.jsqlparser.util.validation.metadata
Subclasses of ValidationException in net.sf.jsqlparser.util.validation.metadata Modifier and Type Class Description classDatabaseExceptiondatabase-errors wrapping aSQLExceptionor PersistenceExceptionMethods in net.sf.jsqlparser.util.validation.metadata that return ValidationException Modifier and Type Method Description default ValidationExceptionDatabaseMetaDataValidation. getErrorMessage(Named named, boolean checkForExists)default ValidationExceptionDatabaseMetaDataValidation. getUnexpectedErrorMessage(Named named, Exception cause)Method parameters in net.sf.jsqlparser.util.validation.metadata with type arguments of type ValidationException Modifier and Type Method Description default voidDatabaseMetaDataValidation. validate(ValidationContext context, Consumer<ValidationException> errorConsumer)Methods in net.sf.jsqlparser.util.validation.metadata that throw ValidationException Modifier and Type Method Description protected booleanJdbcDatabaseMetaDataCapability. columnExists(Map<Named,Boolean> results, Named named)protected booleanJdbcDatabaseMetaDataCapability. jdbcMetadataTables(Named named, String type)protected booleanJdbcDatabaseMetaDataCapability. tableExists(Map<Named,Boolean> results, Named named)protected booleanJdbcDatabaseMetaDataCapability. viewExists(Map<Named,Boolean> results, Named named) -
Uses of ValidationException in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator that return types with arguments of type ValidationException Modifier and Type Method Description protected Consumer<ValidationException>AbstractValidator. getMessageConsumer(ValidationCapability c)Map<ValidationCapability,Set<ValidationException>>AbstractValidator. getValidationErrors()Methods in net.sf.jsqlparser.util.validation.validator with parameters of type ValidationException Modifier and Type Method Description protected voidAbstractValidator. putError(ValidationCapability capability, ValidationException error)adds an error for thisValidationCapability
-