public LengthLimitExceededException()

in src/main/java/org/apache/freemarker/onlinetester/util/LengthLimitExceededException.java [31:33]


    public LengthLimitExceededException() {
        super("The outout String length limit of the Writer was exceeded.");
    }