Package ch.raffael.meldioc.model
Class InconsistentModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.raffael.meldioc.model.InconsistentModelException
- All Implemented Interfaces:
Serializable
Thrown when some internal consistency check failed. If this exception is
thrown, it's a bug.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInconsistentModelException(String message, SrcElement<?, ?> element) InconsistentModelException(String message, SrcElement<?, ?> element, @Nullable Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentModelException
-
InconsistentModelException
public InconsistentModelException(String message, SrcElement<?, ?> element, @Nullable @Nullable Throwable cause)
-
-
Method Details
-
getElement
-