Class AssignmentException

All Implemented Interfaces:
Serializable

public class AssignmentException extends TypeCheckException
Semantic error in assignment. Only target expressions can be assigned to. A target expression is a non-final variable, attribute, field, or sequence element.
See Also: