Example usage for org.apache.commons.math3.exception MathIllegalNumberException subclass-usage

List of usage examples for org.apache.commons.math3.exception MathIllegalNumberException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.exception MathIllegalNumberException subclass-usage.

Usage

From source file ro.hasna.ts.math.exception.NumberIsNotDivisibleException.java

/**
 * Exception to be thrown when a number is not divisible with a given factor.
 *
 * @since 1.0
 */
public class NumberIsNotDivisibleException extends MathIllegalNumberException {