Searched defs:IntegratorException (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DIntegratorException.java29 public class IntegratorException class in inherits:MathException
39 * @deprecated as of 2.2 replaced by {@link #IntegratorException(Localizable, Object...)}
42 public IntegratorException(final String specifier, final Object ... parts) { method in class:IntegratorException
52 public IntegratorException(final Localizable specifier, final Object ... parts) { method in class:IntegratorException
60 public IntegratorException(final Throwable cause) { method in class:IntegratorException

Completed in 65 milliseconds