A generic exception that can be reused when an API expose a class loading service. The goal is to wrap any kind of throwable that would signal a class loading failure such as NoClassDefFoundError or ClassNotFoundException and make the client of the API deal with only one kind of exception.
@author Julien Viet
@version $Revision: 630 $
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.