Uses of Class
org.forgerock.opendj.config.ExpressionException
Packages that use ExpressionException
Package
Description
Common administration classes.
Contains code of the opendj setup model.
Contains various Directory Server tool implementations.
-
Uses of ExpressionException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw ExpressionExceptionModifier and TypeMethodDescriptionValueOrExpression.getValueOrThrowIfExpression()
Returns the value or throws if no value is available.static <T extends Comparable<T>>
SortedSet<T>Expressions.getValuesOrThrowIfExpression
(Collection<ValueOrExpression<T>> wrappedValues) Returns a sorted set containing values from the provided collection of wrapped values.static <T> SortedSet<T>
Expressions.getValuesOrThrowIfExpression
(Collection<ValueOrExpression<T>> wrappedValues, Comparator<T> comparator) Returns a sorted set containing values from the provided collection of wrapped values. -
Uses of ExpressionException in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model that throw ExpressionException -
Uses of ExpressionException in org.opends.server.tools
Methods in org.opends.server.tools that throw ExpressionExceptionModifier and TypeMethodDescriptionBackendToolUtils.getBaseDn
(BackendCfgClient backendCfgClient) Gets the base DNs from the provided backend configuration.