Java Code Examples for org.apache.commons.math3.exception.util.LocalizedFormats#FAILED_FRACTION_CONVERSION

The following examples show how to use org.apache.commons.math3.exception.util.LocalizedFormats#FAILED_FRACTION_CONVERSION . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 2
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 3
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 4
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 5
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 6
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 7
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}
 
Example 8
Source File: FractionConversionException.java    From astor with GNU General Public License v2.0 2 votes vote down vote up
/**
 * Constructs an exception with specified formatted detail message.
 * Message formatting is delegated to {@link java.text.MessageFormat}.
 * @param value double value to convert
 * @param maxIterations maximal number of iterations allowed
 */
public FractionConversionException(double value, int maxIterations) {
    super(LocalizedFormats.FAILED_FRACTION_CONVERSION, value, maxIterations);
}