Dont use NotImplementedException.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Sep 2009 13:27:44 +0000 (15:27 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 22 Sep 2009 13:27:44 +0000 (15:27 +0200)
commitdc4bd10250b84f2e696adb2d454f6863176c53eb
tree09697df6d80cc843bdf19c515ce959d0258a9a65
parent12f33b352c7edaab68bb1a5fc0197efa911265d7
Dont use NotImplementedException.

Do not use sun.reflect.generics.reflectiveObjects.NotImplementedException.
This was only used for the case of unsupported query type. We now fire
InvalidQueryException("queryType") instead.
src/main/java/org/yaz4j/Connection.java