Made getValue and removeValue in MJsonObject throw an uncatched exception when key...
authorMarco Zanon <info@marcozanon.com>
Wed, 1 Feb 2012 15:16:36 +0000 (15:16 +0000)
committerMarco Zanon <info@marcozanon.com>
Wed, 1 Feb 2012 15:16:36 +0000 (15:16 +0000)
commitc13232b57d343034914fd44fdfd12c5c676377db
tree49818ef5b40dcc10c45a1b1d66c534a6f6298279
parent9af38179e3c1995d5120fc1372df21142cb20982
Made getValue and removeValue in MJsonObject throw an uncatched exception when key is not available.
src/java/com/marcozanon/macaco/json/MJsonObject.java
src/java/com/marcozanon/macaco/json/MValueNotFoundJsonException.java [deleted file]
src/java/com/marcozanon/macaco/web/ui/MWebMessage.java