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:
- java.io.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
Field Summary |
private java.lang.String |
name
Parameter name. |
private static long |
serialVersionUID
Serializable version Id. |
Method Summary |
java.lang.String |
getName()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
name
private final java.lang.String name
- Parameter name.
UnknownParameterException
public UnknownParameterException(java.lang.String name)
- Construct an exception from the unknown parameter.
- Parameters:
name
- parameter name.
getName
public java.lang.String getName()
- Returns:
- the name of the unknown parameter.
Copyright (c) 2003-2013 Apache Software Foundation