ReflectionClass::newInstanceWithoutConstructor
创建新的类实例而不调用它的构造函数
&reftitle.description;
public objectReflectionClass::newInstanceWithoutConstructor
创建一个新的类的实例而不调用它的构造函数。
&reftitle.parameters;
&reftitle.returnvalues;
&reftitle.errors;
如果这个类是必须调用构造函数来实例化的内置类,将导致 ReflectionException。此异常仅限于
final 的内置类。
&reftitle.seealso;
ReflectionClass::newInstance
ReflectionClass::newInstanceArgs