Package dev.nm.analysis.function.tuple
Class DuplicatedAbscissae
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.nm.analysis.function.tuple.DuplicatedAbscissae
-
- All Implemented Interfaces:
Serializable
public class DuplicatedAbscissae extends RuntimeException
This exception is thrown when a function has two same x-abscissae, hence ill-defined.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicatedAbscissae()
Construct an instance.DuplicatedAbscissae(String msg)
Construct aDuplicatedAbscissae
runtime exception with an error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicatedAbscissae
public DuplicatedAbscissae()
Construct an instance.
-
DuplicatedAbscissae
public DuplicatedAbscissae(String msg)
Construct aDuplicatedAbscissae
runtime exception with an error message.- Parameters:
msg
- the error message
-
-