org.apache.commons.jci.compilers
Class JavacCompilationProblem

java.lang.Object
  extended by org.apache.commons.jci.compilers.JavacCompilationProblem
All Implemented Interfaces:
org.apache.commons.jci.problems.CompilationProblem

public class JavacCompilationProblem
extends java.lang.Object
implements org.apache.commons.jci.problems.CompilationProblem

Author:
tcurdt

Constructor Summary
JavacCompilationProblem(java.lang.String message, boolean isError)
           
JavacCompilationProblem(java.lang.String fileName, boolean isError, int startLine, int startCoumn, int endLine, int endCoumn, java.lang.String message)
           
 
Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 java.lang.String getFileName()
           
 java.lang.String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavacCompilationProblem

public JavacCompilationProblem(java.lang.String message,
                               boolean isError)

JavacCompilationProblem

public JavacCompilationProblem(java.lang.String fileName,
                               boolean isError,
                               int startLine,
                               int startCoumn,
                               int endLine,
                               int endCoumn,
                               java.lang.String message)
Method Detail

getEndColumn

public int getEndColumn()
Specified by:
getEndColumn in interface org.apache.commons.jci.problems.CompilationProblem

getEndLine

public int getEndLine()
Specified by:
getEndLine in interface org.apache.commons.jci.problems.CompilationProblem

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface org.apache.commons.jci.problems.CompilationProblem

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface org.apache.commons.jci.problems.CompilationProblem

getStartColumn

public int getStartColumn()
Specified by:
getStartColumn in interface org.apache.commons.jci.problems.CompilationProblem

getStartLine

public int getStartLine()
Specified by:
getStartLine in interface org.apache.commons.jci.problems.CompilationProblem

isError

public boolean isError()
Specified by:
isError in interface org.apache.commons.jci.problems.CompilationProblem

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object