Class ProblemInconsistentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tweetyproject.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:
  • Constructor Details

    • ProblemInconsistentException

      public ProblemInconsistentException()
  • Method Details