Example #1
0
 public BasicException(MessageFormatter.FormattingTuple formattingTuple)
     : base(formattingTuple.getFormattedMessage(), formattingTuple.getThrowable())
 {
 }