HomeSort by relevance Sort by last modified time
    Searched refs:LogConfigurationException (Results 1 - 25 of 30) sorted by null

1 2

  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 34 public class LogConfigurationException extends RuntimeException {
40 public LogConfigurationException() {
52 public LogConfigurationException(String message) {
65 public LogConfigurationException(Throwable cause) {
78 public LogConfigurationException(String message, Throwable cause) {
LogFactory.java 223 * @exception LogConfigurationException if a suitable <code>Log</code>
227 throws LogConfigurationException;
244 * @exception LogConfigurationException if a suitable <code>Log</code>
248 throws LogConfigurationException;
383 * @exception LogConfigurationException if the implementation class is not
386 public static LogFactory getFactory() throws LogConfigurationException {
644 * @exception LogConfigurationException if a suitable <code>Log</code>
648 throws LogConfigurationException {
668 * @exception LogConfigurationException if a suitable <code>Log</code>
672 throws LogConfigurationException {
    [all...]
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogConfigurationException.java 34 public class LogConfigurationException extends RuntimeException {
41 public LogConfigurationException() {
51 public LogConfigurationException(String message) {
62 public LogConfigurationException(Throwable cause) {
76 public LogConfigurationException(String message, Throwable cause) {
LogFactory.java 163 * @exception LogConfigurationException
167 public abstract Log getInstance(Class clazz) throws LogConfigurationException;
188 * @exception LogConfigurationException
192 public abstract Log getInstance(String name) throws LogConfigurationException;
253 * @exception LogConfigurationException
257 public static LogFactory getFactory() throws LogConfigurationException {
268 * @exception LogConfigurationException
272 public static Log getLog(Class clazz) throws LogConfigurationException {
285 * @exception LogConfigurationException
289 public static Log getLog(String name) throws LogConfigurationException {
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 29 import org.apache.commons.logging.LogConfigurationException;
126 * When set to false, a LogConfigurationException is thrown if
307 * @exception LogConfigurationException if a suitable <code>Log</code>
310 public Log getInstance(Class clazz) throws LogConfigurationException {
331 * @exception LogConfigurationException if a suitable <code>Log</code>
334 public Log getInstance(String name) throws LogConfigurationException {
429 protected static ClassLoader getContextClassLoader() throws LogConfigurationException {
532 * @exception LogConfigurationException if a suitable constructor
539 throws LogConfigurationException {
598 * @exception LogConfigurationException if a new instance canno
    [all...]
SimpleLog.java 32 import org.apache.commons.logging.LogConfigurationException;
638 * @exception LogConfigurationException if a suitable class loader
680 throw new LogConfigurationException
  /prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/
jcl-over-slf4j-1.6.2.jar 
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLogFactory.java 20 import org.apache.commons.logging.LogConfigurationException;
128 * @exception LogConfigurationException
131 public Log getInstance(Class clazz) throws LogConfigurationException {
146 * @exception LogConfigurationException
149 public Log getInstance(String name) throws LogConfigurationException {
SimpleLog.java 31 import org.apache.commons.logging.LogConfigurationException;
618 * @exception LogConfigurationException
653 throw new LogConfigurationException("Unexpected InvocationTargetException", e.getTargetException());
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.0.4/
commons-logging-1.0.4.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 

Completed in 1035 milliseconds

1 2