Uses of Class
com.almworks.jira.structure.api.error.StructureRuntimeException
Packages that use StructureRuntimeException
-
Uses of StructureRuntimeException in com.almworks.jira.structure.api.item
Subclasses of StructureRuntimeException in com.almworks.jira.structure.api.itemModifier and TypeClassDescriptionclassThis exception is thrown if the application code expects an Item Type with a specific ID to be present, but it isn't registered in the system.Methods in com.almworks.jira.structure.api.item that throw StructureRuntimeExceptionModifier and TypeMethodDescriptionintItemTypeRegistry.getOrCreateTypeId(String key) Retrieves a numeric ID for a given item type key.ItemTypeRegistry.getTypeKey(int id) Retrieves the key of an item type, based on its ID. -
Uses of StructureRuntimeException in com.almworks.jira.structure.api.row
Subclasses of StructureRuntimeException in com.almworks.jira.structure.api.rowModifier and TypeClassDescriptionclassThis exception is thrown byRowManagerif the code requests a non-existent row.