org.apache.commons.jci.compilers
Class RhinoCompilationProblem

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

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

Author:
tcurdt

Constructor Summary
RhinoCompilationProblem(java.lang.String pMessage, java.lang.String pFileName, int pLine, java.lang.String pScript, int pColumn, boolean pError)
           
 
Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 java.lang.String getFileName()
           
 java.lang.String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoCompilationProblem

public RhinoCompilationProblem(java.lang.String pMessage,
                               java.lang.String pFileName,
                               int pLine,
                               java.lang.String pScript,
                               int pColumn,
                               boolean pError)
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