org.apache.commons.math3.ode
public class UnknownParameterException extends MathIllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private String |
name
Parameter name.
|
private static long |
serialVersionUID
Serializable version Id.
|
Constructor and Description |
---|
UnknownParameterException(String name)
Construct an exception from the unknown parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
getContext, getLocalizedMessage, getMessage
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final String name
public UnknownParameterException(String name)
name
- parameter name.public String getName()
Copyright (c) 2003-2013 Apache Software Foundation