| ERROR | modifier string conflicts with prior string specification |
| CAUSE | The method or object type modifier specified conflicts with an earlier modifier. For example, a FINAL modifier cannot be combined with a NOT FINAL modifier. |
| ACTION | Remove one of the conflicting modifiers. |