Home
last modified time | relevance | path

Searched defs:MathRuntimeException (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/
DMathRuntimeException.java40 public class MathRuntimeException extends RuntimeException implements MathThrowable { class
64 public MathRuntimeException(final String pattern, final Object ... arguments) { in MathRuntimeException() method in MathRuntimeException
76 public MathRuntimeException(final Localizable pattern, final Object ... arguments) { in MathRuntimeException() method in MathRuntimeException
88 public MathRuntimeException(final Throwable rootCause) { in MathRuntimeException() method in MathRuntimeException
105 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException() method in MathRuntimeException
120 public MathRuntimeException(final Throwable rootCause, in MathRuntimeException() method in MathRuntimeException