|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.DuplicateSampleAbscissaException
public class DuplicateSampleAbscissaException
Exeption thrown when a sample contains several entries at the same abscissa.
Constructor Summary | |
---|---|
DuplicateSampleAbscissaException(double abscissa,
int i1,
int i2)
Construct an exception indicating the duplicate abscissa. |
Method Summary | |
---|---|
double |
getDuplicateAbscissa()
Get the duplicate abscissa. |
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getLocalizedMessage, getMessage, getPattern, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DuplicateSampleAbscissaException(double abscissa, int i1, int i2)
abscissa
- duplicate abscissai1
- index of one entry having the duplicate abscissai2
- index of another entry having the duplicate abscissaMethod Detail |
---|
public double getDuplicateAbscissa()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |