public class JavaCompiler.CompilerErrorException extends JavaCompiler.ToolException implements JavaCompiler.CompilationException
AbstractException.Info
TO_STRING_MODE_FULL_INFO, TO_STRING_MODE_FULL_INFO_XML, TO_STRING_MODE_ORIGINAL, TO_STRING_MODE_STACK_ONLY, TO_STRING_MODE_STANDARD, toStringMode
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCharIndex() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getFullCompilerMessage() |
java.lang.Integer |
getLineIndex() |
java.lang.String |
getProblemLine() |
void |
setCharIndex(java.lang.Integer v) |
void |
setLineIndex(java.lang.Integer v) |
void |
setProblemLine(java.lang.String v) |
clear
clone, getAdditionalInfo, getMessage, getOriginalMessage, getSuperclasses, getSuperclasses, setMessage, toString, toXmlString
public java.lang.String getFullCompilerMessage()
getFullCompilerMessage
in interface JavaCompiler.CompilationException
public java.lang.String getErrorMessage()
getErrorMessage
in interface JavaCompiler.CompilationException
public java.lang.Integer getLineIndex()
getLineIndex
in interface JavaCompiler.CompilationException
public void setLineIndex(java.lang.Integer v)
setLineIndex
in interface JavaCompiler.CompilationException
public java.lang.Integer getCharIndex()
getCharIndex
in interface JavaCompiler.CompilationException
public void setCharIndex(java.lang.Integer v)
setCharIndex
in interface JavaCompiler.CompilationException
public java.lang.String getProblemLine()
getProblemLine
in interface JavaCompiler.CompilationException
public void setProblemLine(java.lang.String v)
setProblemLine
in interface JavaCompiler.CompilationException