Package | Description |
---|---|
org.apache.avalon.framework |
The Framework part of Avalon contains interfaces and contracts surrounding
those interfaces, along with default implementations of some of those
interfaces.
|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
org.apache.avalon.framework.configuration |
Component configuration interfaces and XML-based implementations.
|
org.apache.avalon.framework.context |
Interfaces and implementation of the Context model through which runtime context
can be applied by a manager to a component.
|
org.apache.avalon.framework.parameters |
Interfaces supporting the supply of flat configuration information.
|
org.apache.avalon.framework.service |
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
|
Modifier and Type | Class and Description |
---|---|
class |
CascadingError
Class from which all exceptions should inherit.
|
class |
CascadingException
Class from which all exceptions should inherit.
|
class |
CascadingRuntimeException
Class from which all exceptions should inherit.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentException
The exception thrown to indicate a problem with Components.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationException
Thrown when a
Configurable component cannot be configured
properly, or if a value cannot be retrieved properly. |
Modifier and Type | Class and Description |
---|---|
class |
ContextException
Exception signalling a badly formed Context.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterException
Thrown when a
Parameterizable component cannot be parameterized
properly, or if a value cannot be retrieved properly. |
Modifier and Type | Class and Description |
---|---|
class |
ServiceException
The exception thrown to indicate a problem with service.
|
Copyright © 2017. All rights reserved.