Home | History | Annotate | Download | only in descriptive

Lines Matching refs:LocalizedFormats

23 import org.apache.commons.math.exception.util.LocalizedFormats;
138 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY);
142 throw new NotPositiveException(LocalizedFormats.START_POSITION, begin);
146 throw new NotPositiveException(LocalizedFormats.LENGTH, length);
151 LocalizedFormats.SUBARRAY_ENDS_AFTER_ARRAY_END);
198 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY);
209 LocalizedFormats.NAN_ELEMENT_AT_INDEX, i);
213 LocalizedFormats.INFINITE_ARRAY_ELEMENT, weights[i], i);
217 LocalizedFormats.NEGATIVE_ELEMENT_AT_INDEX, i, weights[i]);
226 LocalizedFormats.WEIGHT_AT_LEAST_ONE_NON_ZERO);