Uses of Class
org.apfloat.ApfloatConfigurationException
-
Packages that use ApfloatConfigurationException Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of ApfloatConfigurationException in org.apfloat
Methods in org.apfloat that throw ApfloatConfigurationException Modifier and Type Method Description voidApfloatContext. setProperties(java.util.Properties properties)Set the values of all properties as strings.voidApfloatContext. setProperty(java.lang.String propertyName, java.lang.String propertyValue)Set the value of a property as string.Constructors in org.apfloat that throw ApfloatConfigurationException Constructor Description ApfloatContext(java.util.Properties properties)Create a new ApfloatContext using the specified properties.
-