Uses of Class
com.github.dakusui.json.JsonException
Packages that use JsonException
-
Uses of JsonException in com.github.dakusui.json
Subclasses of JsonException in com.github.dakusui.jsonModifier and TypeClassDescriptionclassclassclassclassclassAn exception thrown when a Json element is found on a certain path has an invalid type.Methods in com.github.dakusui.json that throw JsonExceptionModifier and TypeMethodDescriptionstatic doublestatic com.google.gson.JsonArrayJsonUtils.asJsonArray(com.google.gson.JsonElement base, Object... path) -
Uses of JsonException in com.github.dakusui.symfonion.song
Methods in com.github.dakusui.symfonion.song that throw JsonExceptionModifier and TypeMethodDescriptionSong.Builder.build()static PatternPattern.createPattern(com.google.gson.JsonObject json, Map<String, NoteMap> noteMaps) protected voidPattern.init(com.google.gson.JsonObject json) Constructors in com.github.dakusui.symfonion.song that throw JsonExceptionModifierConstructorDescriptionBar(com.google.gson.JsonObject jsonObject, com.google.gson.JsonObject root, Map<String, Groove> grooves, Map<String, Pattern> patterns) Parameters(com.google.gson.JsonObject json) Stroke(com.google.gson.JsonElement strokeJson, Pattern.Parameters params, NoteMap noteMap)