Exemple #1
0
 @TruffleBoundary
 protected RErrorException(RError.Message msg, Object[] args) {
   super(RErrorHandling.formatMessage(msg, args), null);
   this.msg = msg;
   this.args = args;
 }