cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Define & throw relevant exceptions when failure

Open yunseong opened this issue 8 years ago • 0 comments

Overall codebase in Cay actively throws RuntimeException. It is useful for debug as the job fail fast if bugs exist, but sometimes we need to figure out which Exception was thrown exactly, especially for testing purpose. For example, catching RuntimeException under some condition of failure, does not look good at all.

yunseong avatar May 30 '16 12:05 yunseong