Class MvelCompilationError
- java.lang.Object
-
- org.drools.modelcompiler.builder.errors.MvelCompilationError
-
- All Implemented Interfaces:
org.kie.internal.jci.CompilationProblem
public class MvelCompilationError extends Object implements org.kie.internal.jci.CompilationProblem
-
-
Constructor Summary
Constructors Constructor Description MvelCompilationError(org.drools.mvelcompiler.MvelCompilerException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndColumn()intgetEndLine()StringgetFileName()StringgetMessage()intgetStartColumn()intgetStartLine()booleanisError()
-
-
-
Method Detail
-
isError
public boolean isError()
- Specified by:
isErrorin interfaceorg.kie.internal.jci.CompilationProblem
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceorg.kie.internal.jci.CompilationProblem
-
getStartLine
public int getStartLine()
- Specified by:
getStartLinein interfaceorg.kie.internal.jci.CompilationProblem
-
getStartColumn
public int getStartColumn()
- Specified by:
getStartColumnin interfaceorg.kie.internal.jci.CompilationProblem
-
getEndLine
public int getEndLine()
- Specified by:
getEndLinein interfaceorg.kie.internal.jci.CompilationProblem
-
getEndColumn
public int getEndColumn()
- Specified by:
getEndColumnin interfaceorg.kie.internal.jci.CompilationProblem
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceorg.kie.internal.jci.CompilationProblem
-
-