Class UnsatisfiableErrorCriterionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.nm.analysis.differentialequation.UnsatisfiableErrorCriterionException
-
- All Implemented Interfaces:
Serializable
public class UnsatisfiableErrorCriterionException extends RuntimeException
An exception that is thrown when the error criterion cannot be met.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiableErrorCriterionException()
UnsatisfiableErrorCriterionException(String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsatisfiableErrorCriterionException
public UnsatisfiableErrorCriterionException(String reason)
-
UnsatisfiableErrorCriterionException
public UnsatisfiableErrorCriterionException()
-
-