Subclass of
PicoException that is thrown when a
PicoContainer hierarchy
cannot be verified. A failing verification is caused by ambuigities or missing dependencies
between the registered components and their parameters. This exception is designed as a
collector for all Exceptions occurring at the verification of the complete container
hierarchy. The verification is normally done with the
org.picocontainer.visitors.VerifyingVisitor , that will throw this exception.
Return a string listing of all the messages associated with the exceptions that caused
this one.
a string listing of all the messages associated with the exceptions that causedthis one.