Class IllegalConstructorTransitionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquidjava.diagnostics.errors.LJError
liquidjava.diagnostics.errors.IllegalConstructorTransitionError
- All Implemented Interfaces:
Serializable
Error indicating that a constructor contains a state refinement with a 'from' state, which is not allowed
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalConstructorTransitionError(spoon.reflect.declaration.CtElement element) -
Method Summary
Methods inherited from class liquidjava.diagnostics.errors.LJError
getElement, getLocation, getMessage, getPosition, getTitle, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
IllegalConstructorTransitionError
public IllegalConstructorTransitionError(spoon.reflect.declaration.CtElement element)
-
-
Method Details
-
toString
-