mustache.java
mustache.java copied to clipboard
use java 7 exception constructor to avoid filling stacktrace
This change uses the four parameter constructor of Throwable in order to avoid filling the stacktrace. This is required, because the guardException.setStackTrace(new StackTraceElement[0]); seams to be not enough to avoid classloader leaks.