Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ECL0050 (0.52 seconds)

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

        /**
         * Creates a {@link ParseRuntimeException}.
         *
         * @param cause the underlying exception
         */
        public ParseRuntimeException(final ParseException cause) {
            super("ECL0050", asArray(cause), cause);
        }
    
        /**
         * Creates a {@link ParseRuntimeException}.
         *
         * @param s the string that could not be parsed
         */
        public ParseRuntimeException(final String s) {
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Jun 19 09:12:22 GMT 2025
    - 1.4K bytes
    - Click Count (0)
Back to Top