Appendable
will operate on StringBuilder
s, for which an IOException is never thrown, it is desirable for calling code not to have to catch and handle IOException
. Therefore any IOException
from invoking append on a different Appendable
implementation is caught and thrown as this unchecked type.
@version 1.0
|
|
|
|
|
|
|
|
|
|
|
|