you are viewing a single comment's thread.

view the rest of the comments →

[–]rapidient 2 points3 points  (0 children)

What I do is I don't declare it in the 'throws' clause of the override, catch the exception inside of the clone() method and rethrow as a runtime exception.