sclass JavaCompilerException extends RuntimeException { S compilerOutput; *(S *compilerOutput, Throwable cause) { super(compilerOutput, cause); } }