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