Relates :
|
In SnippetEvent, I think using a return type of java.lang.Exception for the exception() method is unfortunately imprecise. I recommend either combining UnresolvedReferenceException and EvalException into a single type or introducing a common JShellException supertype for those exceptions to subclass.
|