aboutsummaryrefslogtreecommitdiff
path: root/java/com/xagasoft/gats/KeyNotFoundException.java (follow)
AgeCommit message (Collapse)Author
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-10-24More comment/spelling fixes. Added a helper to GatsInputStream soMike Buland
you can find out how many bytes the previously read object was.
2012-10-24Primarily documentation cleanups. Also removed some extra imports that areMike Buland
no longer used.
2012-02-13Trying a more sensible handling for get helpers in GatsDictionary, they throwMike Buland
an exception now if the key isn't found. getInt and getFloat will both probably be complimented by getBigInt and getBigFloat or something like it later on, but we'll always return types from those helpers that can't contain a null, so exceptions it is.