Package net.sf.tweety.math.opt.problem
Class ProblemInconsistentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.tweety.math.opt.problem.ProblemInconsistentException
-
- All Implemented Interfaces:
Serializable
public class ProblemInconsistentException extends RuntimeException
This exception is thrown when a problem cannot be solved due to its inconsistency.- Author:
- Matthias Thimm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProblemInconsistentException()
-
Method Summary
Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-