Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toClassArray (0.04 sec)

  1. src/main/java/org/codelibs/core/exception/MethodNotFoundRuntimeException.java

         * @param methodArgs
         *            引数の並び
         */
        public MethodNotFoundRuntimeException(final Class<?> targetClass, final String methodName, final Object[] methodArgs) {
            this(targetClass, methodName, toClassArray(methodArgs));
        }
    
        /**
         * {@link MethodNotFoundRuntimeException}を作成します。
         *
         * @param targetClass
         *            ターゲットクラス
         * @param methodName
         *            メソッド名
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top