In case an unexpected exception happened anywhere between onComponentTag() and rendered(), onException() will be called for any behavior. Typically, if you clean up resources in {@link #afterRender(Component)}, you should do the same in the implementation of this method.
@param component the component that has a reference to this behavior and during which processing the exception occurred
@param exception the unexpected exception
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.