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
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
name
private final String name
- Parameter name.
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 (c) 2003-2013 Apache Software Foundation