Skip to content

Commit

Permalink
add IAE
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang-Java committed Oct 27, 2023
1 parent 89b6b7e commit f7095aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ static public NotFoundAction getType(String resolve) {
return type;
}
}
CatalogMessages.reportIAE(CatalogMessages.ERR_INVALID_ARGUMENT,
new Object[]{resolve, "RESOLVE"}, null);
return null;
}
}
Expand Down

0 comments on commit f7095aa

Please sign in to comment.