Constructs an instance.
super(ATTRIBUTE_NAME);
try {
if (exceptions.isMutable()) {
throw new MutabilityException("exceptions.isMutable()");
}
} catch (NullPointerException ex) {
// Translate the exception.
throw new NullPointerException("exceptions == null");
}
this.exceptions = exceptions;