public interface AbstractIdbFailureInfo
Modifier and Type | Method and Description |
---|---|
String |
getFile()
String that represents the file which caused the failure
|
int |
getLine()
Integer that represents the line in which the failure occured
|
String |
getMessage()
String that represents the failure message
|