You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XMLParser currently uses IllegalStateException for handling invalid model features. As pointed out here an exception like InvalidModelException is more fitting. Based on this comment we could have pre-checkers for each particular operation and aggregate the exceptions and report them back.
The text was updated successfully, but these errors were encountered:
The XMLParser currently uses IllegalStateException for handling invalid model features. As pointed out here an exception like InvalidModelException is more fitting. Based on this comment we could have pre-checkers for each particular operation and aggregate the exceptions and report them back.
The text was updated successfully, but these errors were encountered: