Package org.jboss.weld.exceptions
Class WeldExceptionListMessage
java.lang.Object
org.jboss.weld.exceptions.WeldExceptionListMessage
- All Implemented Interfaces:
Serializable,WeldExceptionMessage
Exception message that produces a list of exceptions and their stack traces
for logging. This is typically used in lifecycle events which accumulate
exceptions across observers.
- Author:
- David Allen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates the localized message for the exception.
-
Constructor Details
-
WeldExceptionListMessage
-
-
Method Details
-
getAsString
Description copied from interface:WeldExceptionMessageGenerates the localized message for the exception.- Specified by:
getAsStringin interfaceWeldExceptionMessage- Returns:
- exception message as a string
-