Add a new converter based on a match string
@param match The class name(s) to match
@param type The name of the converter type
@param params The extra parameters to allow the creator to configure itself
@throws InstantiationException If reflection based creation fails
@throws IllegalAccessException If reflection based creation fails
@throws IllegalArgumentException If we have a duplicate name
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.