Uses of Class
pl.edu.icm.unity.exceptions.IllegalAttributeValueException
Packages that use IllegalAttributeValueException
Package
Description
The main entry point to engine's functionality.
Generic translation profile interface
-
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api
Methods in pl.edu.icm.unity.engine.api that throw IllegalAttributeValueExceptionModifier and TypeMethodDescriptionAttributeValueConverter.externalValuesToInternal(String attributeName, List<?> externalValues) AttributeValueConverter.externalValuesToInternal(AttributeValueSyntax<T> syntax, List<?> externalValues) List<?>AttributeValueConverter.internalValuesToObjectValues(String attributeName, List<String> internalValues) <T> List<T>AttributeValueConverter.internalValuesToObjectValues(AttributeValueSyntax<T> syntax, List<String> internalValues) AttributeValueConverter.objectValuesToInternalValues(AttributeValueSyntax<T> syntax, List<T> typedValues) -
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api.attributes
Methods in pl.edu.icm.unity.engine.api.attributes that throw IllegalAttributeValueExceptionModifier and TypeMethodDescriptiondefault TAttributeValueSyntax.deserializeSimple(String value) Many attributes are passed in a string form, especially when obtained externally.voidValidates the valuedefault voidAttributeValueSyntax.validateStringValue(String value) Converts value to string and then validates it -
Uses of IllegalAttributeValueException in pl.edu.icm.unity.engine.api.translation
Methods in pl.edu.icm.unity.engine.api.translation that throw IllegalAttributeValueExceptionModifier and TypeMethodDescriptionExternalDataParser.parseAsAttribute(String unityAttributeName, String group, List<?> externalValues) ExternalDataParser.parseAsAttribute(AttributeType unityAttribute, String group, List<?> externalValues, String idp, String profile) <T> AttributeExternalDataParser.parseAsConfirmedAttribute(AttributeType unityAttribute, String group, List<?> externalValues, String idp, String profile) -
Uses of IllegalAttributeValueException in pl.edu.icm.unity.types.basic
Methods in pl.edu.icm.unity.types.basic that throw IllegalAttributeValueException