Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getContentException (2 sec)

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

        }
    
        /**
         * Gets the exception that occurred while accessing the content, if any.
         *
         * @return the exception, or null if no exception occurred.
         */
        public Exception getContentException() {
            return contentException;
        }
    
        /**
         * Sets the headers for the response.
         *
         * @param headers the headers to set.
         */
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Mon Nov 24 03:10:07 UTC 2025
    - 7K bytes
    - Viewed (0)
Back to top