throw new EngineNoSuchCtorException("Constructor not found for " + declaringClass.getSimpleName() + " taking (' + params + ')'", conversionFailedCtor);
throw new EngineNoSuchCtorException("Constructor not found for " + declaringClass.getSimpleName() + " taking ('" + params + "')'", conversionFailedCtor);
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.