19202122232425262728
this.process = process; this.message = message; } public DroolsError getError() { return new ProcessBuildError( this.process, this.descr, collectCompilerProblems(), this.message ); }