-
Interfaces Interface Description org.apache.avalon.framework.component.Recomposable Deprecated with no replacement. The Recomposable interface is a legacy interface with no concrete contracts. Rather than copy the design mistake to the "service" package, we no longer support this class.org.apache.avalon.framework.logger.Loggable UseLogEnabled
instead.
-
Methods Method Description org.apache.avalon.framework.component.ComponentException.getRole() Use getKey insteadorg.apache.avalon.framework.parameters.Parameters.getParameterNames() Use getNames() insteadorg.apache.avalon.framework.service.ServiceException.getRole() Use getKey() instead
-
Constructors Constructor Description org.apache.avalon.framework.component.ComponentException(String, Throwable) use the String, String, Throwable version to record the roleorg.apache.avalon.framework.service.ServiceException(String, Throwable) use the String,String,Throwable version instead