Package bio.singa.simulation.exceptions
Class NumericalInstabilityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- bio.singa.simulation.exceptions.NumericalInstabilityException
-
- All Implemented Interfaces:
Serializable
public class NumericalInstabilityException extends RuntimeException
- Author:
- cl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumericalInstabilityException(String 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
-
NumericalInstabilityException
public NumericalInstabilityException(String message)
-
-