Class ProblemInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tweetyproject.math.opt.problem.ProblemInconsistentException
- All Implemented Interfaces:
Serializable
This exception is thrown when a problem cannot be solved due to its inconsistency.
- Author:
- Matthias Thimm
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProblemInconsistentException
public ProblemInconsistentException()
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-