-
- All Known Implementing Classes:
WrappedError,WrappedException
public interface ExtraInfoProvides optional extra information related to an exception.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getExtraInfo()Gets the optional extra info associated with an exception.
-
-
-
Method Detail
-
getExtraInfo
Object[] getExtraInfo()
Gets the optional extra info associated with an exception.- Returns:
- No defensive copy is guaranteed or necessary
-
-