Re: [Neo4j] checked exception using Cypher with Java

2011-07-04 Thread Adriano Henrique de Almeida
Very good Andres, Congratulations for the great work. Cheers 2011/7/4 Andres Taylor > Obrigado Adriano! > > You are, of course, correct. My JVM inexperience shows... > > I think I've made the > changes< > https://github.com/neo4j/community/commit/e4622cbbcad8210babb01d861a5ef9df823c054b > >you

Re: [Neo4j] checked exception using Cypher with Java

2011-07-04 Thread Andres Taylor
Obrigado Adriano! You are, of course, correct. My JVM inexperience shows... I think I've made the changesyou suggested. Thanks for your help! Andrés On Mon, Jul 4, 2011 at 4:35 PM, Adriano Henrique de Almeida <

[Neo4j] checked exception using Cypher with Java

2011-07-04 Thread Adriano Henrique de Almeida
Hi, I've been doing some stuffs with the Cypher API on M4 and found a couple strange issues at the API, that I'd like to discuss. - CypherParser.parse("") method throws SyntaxError, which is a checked exception. 2 issues here. a) a checked exception called Error, seems weird and going against c