hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
297 stars 130 forks source link

Make RosterValidator throw checked exception #15766

Open kfa-aguda opened 1 week ago

kfa-aguda commented 1 week ago

and update all references accordingly, especially in its use in setCandidateRoster.

  1. InvalidRosterException should extend Exception, not RuntimeException
  2. RosterValidator validate method should throw InvalidRosterException
  3. RosterStateModifier#setCandidateRoster updated.
edward-swirldslabs commented 1 week ago

Specifically, InvalidRosterException becomes a checked exception instead of a runtime exception.

poulok commented 22 hours ago

@kfa-aguda, please add this to the TSS Roster epic