ReflectionClass::newInstanceWithoutConstructor コンストラクタを起動せずに新しいクラスのインスタンスを作成する &reftitle.description; public objectReflectionClass::newInstanceWithoutConstructor クラスの新しいインスタンスを、そのクラスのコンストラクタを実行せずに作成します。 &reftitle.parameters; &reftitle.returnvalues; &reftitle.errors; そのクラスが内部クラスであり、コンストラクタを実行せずにインスタンスを作成することができなかった場合に ReflectionException が発生します。 この例外が発生するのは、 final な内部クラスに限られます。 &reftitle.seealso; ReflectionClass::newInstance ReflectionClass::newInstanceArgs