double threshold) {
super(wrong, threshold, false);
this.index = index;
this.threshold = threshold;
final ExceptionContext context = getContext();
context.addMessage(LocalizedFormats.NOT_POSITIVE_DEFINITE_MATRIX);
context.addMessage(LocalizedFormats.ARRAY_ELEMENT, wrong, index);
}