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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      For serialization.
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        For serialization.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProblemInconsistentException

        public ProblemInconsistentException()
    • Method Detail

      • getMessage

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