Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MethodNotStaticRuntimeException (0.18 sec)

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

         */
        private final String methodName;
    
        /**
         * Creates a {@link MethodNotStaticRuntimeException}.
         *
         * @param targetClass
         *            Target class
         * @param methodName
         *            Method name
         */
        public MethodNotStaticRuntimeException(final Class<?> targetClass, final String methodName) {
            super("ECL0100", asArray(targetClass.getName(), methodName));
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top