Class StateRefinementError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
liquidjava.diagnostics.LJDiagnostic
liquidjava.diagnostics.errors.LJError
liquidjava.diagnostics.errors.StateRefinementError
- All Implemented Interfaces:
Serializable
Error indicating that a state refinement transition was violated
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateRefinementError(spoon.reflect.cu.SourcePosition position, Expression expected, Expression found, TranslationTable translationTable) -
Method Summary
Methods inherited from class liquidjava.diagnostics.errors.LJError
getTranslationTableMethods inherited from class liquidjava.diagnostics.LJDiagnostic
equals, getAccentColor, getDetails, getFile, getMessage, getPosition, getSnippet, getTitle, hashCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
StateRefinementError
public StateRefinementError(spoon.reflect.cu.SourcePosition position, Expression expected, Expression found, TranslationTable translationTable)
-
-
Method Details
-
getExpected
-
getFound
-