Uses of Class
org.apfloat.ApfloatConfigurationException
Packages that use ApfloatConfigurationException
-
Uses of ApfloatConfigurationException in org.apfloat
Methods in org.apfloat that throw ApfloatConfigurationExceptionModifier and TypeMethodDescriptionvoidApfloatContext.setProperties(Properties properties) Set the values of all properties as strings.voidApfloatContext.setProperty(String propertyName, String propertyValue) Set the value of a property as string.Constructors in org.apfloat that throw ApfloatConfigurationExceptionModifierConstructorDescriptionApfloatContext(Properties properties) Create a new ApfloatContext using the specified properties.