commit | 5d1cad1f8e62ae77a7af38daa9cb5b24bf1f513e | [log] [tgz] |
---|---|---|
author | Arpan <[email protected]> | Tue Apr 16 04:34:37 2024 +0000 |
committer | Arpan <[email protected]> | Tue Apr 16 04:34:37 2024 +0000 |
tree | a580694c6c36c7bf4deeed9b7f19ce86036c9180 | |
parent | 9666bcc7c385e282bf82bd15f11240086721b758 [diff] |
Validate Exception Catching in BioPrompt API After running through the API, the builder for the prompt is confirmed to throw just an IllegalArgumentException, as does the actual calling of the API. Thus, we can specify to just IllegalArgumentException, and anything else will be unexpected and should error-out. Bug: 334923201 Test: Video and Build test Change-Id: If2028b6a60bf4c95a7a0c41247dcb4284f585cb1