Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
Description
Method getMessage of ContextedException and ContextedRuntimeException will call getFormattedExceptionMessage internally. Therefore it is no longer possible for a derived class to access the original unformatted message. New method getRawMessage is required as counterpart to getFormattedExceptionMessage.