You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClassOutput interface methods don't declare any exceptions, even though they would frequently be used to write a class to disk. They should declare IOException probably. But of course this will affect source-level compatibility.
The text was updated successfully, but these errors were encountered:
The
ClassOutput
interface methods don't declare any exceptions, even though they would frequently be used to write a class to disk. They should declareIOException
probably. But of course this will affect source-level compatibility.The text was updated successfully, but these errors were encountered: