Class InconsistentModelException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InconsistentModelException
    extends java.lang.RuntimeException
    Thrown when some internal consistency check failed. If this exception is thrown, it's a bug.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InconsistentModelException​(java.lang.String message, ch.raffael.meldioc.model.CElement<?,​?> element)  
      InconsistentModelException​(java.lang.String message, ch.raffael.meldioc.model.CElement<?,​?> element, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ch.raffael.meldioc.model.CElement<?,​?> getElement()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
    • Constructor Detail

      • InconsistentModelException

        public InconsistentModelException​(java.lang.String message,
                                          ch.raffael.meldioc.model.CElement<?,​?> element)
      • InconsistentModelException

        public InconsistentModelException​(java.lang.String message,
                                          ch.raffael.meldioc.model.CElement<?,​?> element,
                                          @Nullable
                                          java.lang.Throwable cause)
    • Method Detail

      • getElement

        public ch.raffael.meldioc.model.CElement<?,​?> getElement()