Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ECL0054 (0.02 seconds)

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

        /**
         * Creates a {@link SAXRuntimeException}.
         *
         * @param cause the underlying exception
         */
        public SAXRuntimeException(final SAXException cause) {
            super("ECL0054", asArray(createMessage(cause)), cause);
        }
    
        /**
         * Creates a message.
         *
         * @param cause the underlying exception
         * @return the message
         */
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Jun 19 09:12:22 GMT 2025
    - 2K bytes
    - Click Count (0)
Back to Top