improve error message for cassandra-stress schema errors

patch by tjake; reviewed by Jim Witschey for CASSANDRA-9984
This commit is contained in:
T Jake Luciani 2015-08-27 12:06:47 -04:00
parent 1cbd82782e
commit 2af4fba7e5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class StressProfile implements Serializable
}
catch (RuntimeException e)
{
throw new IllegalArgumentException("There was a problem parsing the table cql: " + e.getCause().getMessage());
throw new IllegalArgumentException("There was a problem parsing the table cql: " + e.getMessage());
}
}
else