Returns the IOException last thrown by this formatter's {@link Appendable}.
If the destination's append() method never throws IOException, then this method will always return null.
@return The last exception thrown by the Appendable or null ifno such exception exists.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.