Class ProblemInconsistentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProblemInconsistentException
    extends java.lang.RuntimeException
    This exception is thrown when a problem cannot be solved due to its inconsistency.
    Author:
    Matthias Thimm
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProblemInconsistentException

        public ProblemInconsistentException()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable