public class YAMLException extends PlayException implements SourceAttachment
Constructor and Description |
---|
YAMLException(org.yaml.snakeyaml.scanner.ScannerException e,
VirtualFile yaml) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorDescription() |
java.lang.String |
getErrorTitle() |
java.lang.Integer |
getLineNumber() |
java.util.List<java.lang.String> |
getSource() |
java.lang.String |
getSourceFile() |
boolean |
isSourceAvailable() |
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTML
public YAMLException(org.yaml.snakeyaml.scanner.ScannerException e, VirtualFile yaml)
public java.lang.String getErrorTitle()
getErrorTitle
in class PlayException
public java.lang.String getErrorDescription()
getErrorDescription
in class PlayException
public java.lang.Integer getLineNumber()
getLineNumber
in interface SourceAttachment
getLineNumber
in class PlayException
public java.util.List<java.lang.String> getSource()
getSource
in interface SourceAttachment
public java.lang.String getSourceFile()
getSourceFile
in interface SourceAttachment
getSourceFile
in class PlayException
public boolean isSourceAvailable()
isSourceAvailable
in class PlayException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly