org.picocontainer
public class PicoVerificationException extends PicoException
Since: 1.0
Constructor Summary | |
---|---|
PicoVerificationException(List nestedExceptions)
Construct a new exception with a list of exceptions that caused this one.
|
Method Summary | |
---|---|
String | getMessage()
Return a string listing of all the messages associated with the exceptions that caused
this one.
|
List | getNestedExceptions()
Retrieve the list of exceptions that caused this one.
|
Parameters: nestedExceptions the exceptions that caused this one.
Returns: a string listing of all the messages associated with the exceptions that caused this one.
Returns: the list of exceptions that caused this one.