Exemplo n.º 1
0
 /** TODO the string is not really needed as all output is performed prior to the throw. */
 RError(String msg) {
   super(msg);
   verboseStackTrace = RInternalError.createVerboseStackTrace();
 }