Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setContentException (0.17 seconds)

  1. src/main/java/org/codelibs/curl/CurlResponse.java

            this.encoding = encoding;
        }
    
        /**
         * Sets the exception that occurred while accessing the content.
         *
         * @param e the exception to set.
         */
        public void setContentException(final Exception e) {
            contentException = e;
        }
    
        /**
         * Gets the exception that occurred while accessing the content, if any.
         *
    Created: Thu Apr 02 15:34:12 GMT 2026
    - Last Modified: Sat Mar 21 09:11:12 GMT 2026
    - 6.8K bytes
    - Click Count (0)
Back to Top