org.apache.commons.jci.compilers
Class RhinoCompilationProblem
java.lang.Object
org.apache.commons.jci.compilers.RhinoCompilationProblem
- All Implemented Interfaces:
- CompilationProblem
public final class RhinoCompilationProblem
- extends Object
- implements CompilationProblem
- Author:
- tcurdt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoCompilationProblem
public RhinoCompilationProblem(String pMessage,
String pFileName,
int pLine,
String pScript,
int pColumn,
boolean pError)
getEndColumn
public int getEndColumn()
- Specified by:
getEndColumn
in interface CompilationProblem
getEndLine
public int getEndLine()
- Specified by:
getEndLine
in interface CompilationProblem
getFileName
public String getFileName()
- Specified by:
getFileName
in interface CompilationProblem
getMessage
public String getMessage()
- Specified by:
getMessage
in interface CompilationProblem
getStartColumn
public int getStartColumn()
- Specified by:
getStartColumn
in interface CompilationProblem
getStartLine
public int getStartLine()
- Specified by:
getStartLine
in interface CompilationProblem
isError
public boolean isError()
- Specified by:
isError
in interface CompilationProblem
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.