public abstract class PlayExceptionWithJavaSource extends PlayException implements SourceAttachment
| Modifier | Constructor and Description |
|---|---|
protected |
PlayExceptionWithJavaSource(String message) |
protected |
PlayExceptionWithJavaSource(String message,
Throwable cause) |
protected |
PlayExceptionWithJavaSource(String message,
Throwable cause,
ApplicationClasses.ApplicationClass applicationClass,
Integer line) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLineNumber() |
List<String> |
getSource() |
String |
getSourceFile() |
boolean |
isSourceAvailable() |
getErrorDescription, getErrorTitle, getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTMLaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected PlayExceptionWithJavaSource(String message)
protected PlayExceptionWithJavaSource(String message, Throwable cause, ApplicationClasses.ApplicationClass applicationClass, Integer line)
public String getSourceFile()
getSourceFile in interface SourceAttachmentgetSourceFile in class PlayExceptionpublic List<String> getSource()
getSource in interface SourceAttachmentpublic Integer getLineNumber()
getLineNumber in interface SourceAttachmentgetLineNumber in class PlayExceptionpublic boolean isSourceAvailable()
isSourceAvailable in class PlayExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly