Skip to content

Commit

Permalink
Add diagnostic info for MID-9535
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 14, 2024
1 parent 1ab9215 commit bd7192c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ private <ID extends ItemDefinition> ID determineItemDefinition(QName itemName, @
// This allows the caller to treat removed definition differently, if desired. See MID-7939.
return (ID) new RemovedItemDefinition<>(itemName);
}
throw new SchemaException("No definition for item " + itemName + " in " + getParent());
throw new SchemaException("No definition for item " + itemName + " in " + getParent() + "; type: " + ctd);
}
}

Expand Down

0 comments on commit bd7192c

Please sign in to comment.