org.apache.commons.math3.ode
Class UnknownParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.ode.UnknownParameterException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class UnknownParameterException
- extends MathIllegalArgumentException
Exception to be thrown when a parameter is unknown.
- Since:
- 3.1
- Version:
- $Id: UnknownParameterException.java 1416643 2012-12-03 19:37:14Z tn $
- See Also:
- Serialized Form
UnknownParameterException
public UnknownParameterException(String name)
- Construct an exception from the unknown parameter.
- Parameters:
name
- parameter name.
getName
public String getName()
- Returns:
- the name of the unknown parameter.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.