dizz / occi-grammar

ANTLR Grammar for the OCCI HTTP Text Rendering
http://www.occi-wg.org
Other
13 stars 3 forks source link

NoViableAltException is Not pushed up #10

Open dizz opened 13 years ago

dizz commented 13 years ago

When incorrect content such as:

Category: start; scheme='http://schemas.ogf.org/occi/infrastructure/compute/action#'; class='action'; title='Start Compute Action';

is supplied by the client (note additional ';' at the end), relevant exceptions are not thrown. This has the result that if there is content that proceeds the incorrect content, it is not returned by the parser.