JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.hazelcast.config.properties.ValidationException
Packages that use
ValidationException
Package
Description
com.hazelcast.config.properties
This package contains the public API for properties defined in the XML configuration.
Uses of
ValidationException
in
com.hazelcast.config.properties
Methods in
com.hazelcast.config.properties
that throw
ValidationException
Modifier and Type
Method
Description
void
ValueValidator.
validate
(
T
value)
Validates the given value according to the defined validation logic and throws a ValidationException if configuration does not meet the requirements or logical errors are spotted.