list of dots Digital Research Alliance of Canada logo  NSERC logo  University of Ottawa logo / UniversitĂ© d'Ottawa

User Manual    [Previous]   [Next]   

E15xx Parsing Error

Umple error messages reported when the Umple parser can't interpret the code.

These messages occur in several contexts:

  • There is a typographical error in one of the directives specified outside a class declaration. Umple does not recognize the keyword.
  • The syntax (i.e. arguments) to one of the directives such as 'generate' or 'use' is not properly typed.
  • There is a missing semicolon at the end of a directive, or a missing space separating elements of the syntax.
  • The overall structure of an umple element does not conform to the Umple grammar. For example specifying a class without a name, or without a body in curly brackets.