Uses of Class
org.rumbledb.exceptions.OurBadException
Packages that use OurBadException
-
Uses of OurBadException in org.rumbledb.api
Methods in org.rumbledb.api that throw OurBadExceptionModifier and TypeMethodDescriptiondefault voidItem.appendSequence(List<Item> sequence) Appends a sequence to the item, if it is an array.default ItemItem.getItemAt(int position) Returns the member of the item at the specified position if it is an array.default ItemItem.getItemByKey(String key) Returns the value item associated with a specific key, if it is a map.default ItemItem.getItemByKey(Item key) Returns the value item associated with a specific key, if it is an object.Item.getItemMembers()Returns the members of the item, if it is an array.Item.getItemValues()Returns the values of the item, if it is a map.Item.getStringKeys()Returns the string keys of the item, if it is a map.default voidItem.putItemByKey(String key, Item value) Adds a key-value pair, if it is a map.default voidItem.putItemByKey(Item key, Item value) Adds a key-value pair, if it is a map.default voidItem.putSequenceAt(List<Item> sequence, int index) Puts a sequence at the given index, if it is an array.default voidItem.putSequenceByKey(String key, List<Item> valueSequence) Adds a key-sequence pair, if it is a map.default voidItem.putSequenceByKey(Item key, List<Item> valueSequence) Adds a key-sequence pair, if it is a map.default voidItem.putSequencesAt(List<List<Item>> sequences, int index) Puts sequences at the given index, if it is an array. -
Uses of OurBadException in org.rumbledb.exceptions
Subclasses of OurBadException in org.rumbledb.exceptions -
Uses of OurBadException in org.rumbledb.items
Methods in org.rumbledb.items that throw OurBadExceptionModifier and TypeMethodDescriptionvoidAnnotatedItem.appendSequence(List<Item> sequence) voidArrayItem.appendSequence(List<Item> sequence) AnnotatedItem.getItemAt(int position) SequenceArrayItem.getItemAt(int position) AnnotatedItem.getItemMembers()SequenceArrayItem.getItemMembers()voidAnnotatedItem.putSequenceAt(List<Item> sequence, int index) voidArrayItem.putSequenceAt(List<Item> sequence, int index) voidAnnotatedItem.putSequenceByKey(Item key, List<Item> valueSequence) voidAnnotatedItem.putSequencesAt(List<List<Item>> sequences, int index) voidArrayItem.putSequencesAt(List<List<Item>> sequences, int index)