예제 #1
0
파일: RError.java 프로젝트: chumer/fastr
 @TruffleBoundary
 protected RErrorException(RError.Message msg, Object[] args) {
   super(RErrorHandling.formatMessage(msg, args), null);
   this.msg = msg;
   this.args = args;
 }