public class CompilationException extends ActAppException implements SourceInfo
SourceInfo.Base
Constructor and Description |
---|
CompilationException(java.io.File source,
java.lang.String problem,
int line,
int start,
int end) |
CompilationException(java.lang.String problem) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fileName() |
java.lang.String |
getErrorDescription() |
java.lang.String |
getErrorTitle() |
java.lang.Integer |
getSourceEnd() |
java.lang.Integer |
getSourceStart() |
boolean |
isSourceAvailable() |
java.lang.Integer |
lineNumber() |
java.util.List<java.lang.String> |
lines() |
getInterestingStackTraceElement
id
public CompilationException(java.lang.String problem)
public CompilationException(java.io.File source, java.lang.String problem, int line, int start, int end)
public java.lang.String getErrorTitle()
getErrorTitle
in class ActAppException
public java.lang.String getErrorDescription()
getErrorDescription
in class ActAppException
public java.lang.String fileName()
fileName
in interface SourceInfo
public java.util.List<java.lang.String> lines()
lines
in interface SourceInfo
public java.lang.Integer lineNumber()
lineNumber
in interface SourceInfo
public boolean isSourceAvailable()
isSourceAvailable
in interface SourceInfo
public java.lang.Integer getSourceStart()
public java.lang.Integer getSourceEnd()
Copyright © 2014–2017 ActFramework. All rights reserved.