Searched refs:MathThrowable (Results 1 – 6 of 6) sorted by relevance
24 import org.apache.commons.math.exception.MathThrowable;39 public class MathException extends Exception implements MathThrowable {
29 import org.apache.commons.math.exception.MathThrowable;40 public class MathRuntimeException extends RuntimeException implements MathThrowable {
29 public interface MathThrowable { interface
35 … MathUnsupportedOperationException extends UnsupportedOperationException implements MathThrowable {
35 public class MathIllegalArgumentException extends IllegalArgumentException implements MathThrowable…
32 public class MathIllegalStateException extends IllegalStateException implements MathThrowable {