public class CompilationException extends PlayException implements SourceAttachment
| Constructor and Description |
|---|
CompilationException(java.lang.String problem) |
CompilationException(VirtualFile source,
java.lang.String problem,
int line,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorDescription() |
java.lang.String |
getErrorTitle() |
java.lang.Integer |
getLineNumber() |
java.lang.String |
getMessage() |
java.util.List<java.lang.String> |
getSource() |
java.lang.Integer |
getSourceEnd() |
java.lang.String |
getSourceFile() |
java.lang.Integer |
getSourceStart() |
boolean |
isSourceAvailable() |
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTMLpublic CompilationException(java.lang.String problem)
public CompilationException(VirtualFile source, java.lang.String problem, int line, int start, int end)
public java.lang.String getErrorTitle()
getErrorTitle in class PlayExceptionpublic java.lang.String getErrorDescription()
getErrorDescription in class PlayExceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.util.List<java.lang.String> getSource()
getSource in interface SourceAttachmentpublic java.lang.Integer getLineNumber()
getLineNumber in interface SourceAttachmentgetLineNumber in class PlayExceptionpublic java.lang.String getSourceFile()
getSourceFile in interface SourceAttachmentgetSourceFile in class PlayExceptionpublic java.lang.Integer getSourceStart()
public java.lang.Integer getSourceEnd()
public boolean isSourceAvailable()
isSourceAvailable in class PlayExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly