Uses of Class
org.wso2.carbon.esb.connector.utils.exception.InvalidParameterValueException
-
Packages that use InvalidParameterValueException Package Description org.wso2.carbon.esb.connector.utils -
-
Uses of InvalidParameterValueException in org.wso2.carbon.esb.connector.utils
Methods in org.wso2.carbon.esb.connector.utils that throw InvalidParameterValueException Modifier and Type Method Description static <E extends Enum<E>>
EPropertyReader. getEnumProperty(org.apache.synapse.MessageContext mc, String parameterKey, Class<E> enumType, E defaultValue)Reads a enum parameter.
-