Wpis z mikrobloga

@interface: Nie kminie zbytnio tytułu Twojego :P "niektóre" ?
JavaDoc: RuntimeException i Exception.

* {@code RuntimeException} and its subclasses are unchecked exceptions. UNCHECKED exceptions do not need to be declared in a method or constructor's {@code throws} clause if they can be thrown by the execution of the method or constructor and propagate outside the method or constructor boundary.

* The class {@code Exception} and any subclasses that are not