Package org.apache.log4j.joran.spi

Examples of org.apache.log4j.joran.spi.ActionException


      inError = true;
      getLogger().error(
        "Could not create an Appender. Reported error follows.", oops);
      ec.addError(
        new ErrorItem("Could not create appender of type " + className + "]."));
      throw new ActionException(ActionException.SKIP_CHILDREN, oops);
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.log4j.joran.spi.ActionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.