Interface Failure
- 
public interface Failure 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Translator.ScriptTranslatorTRANSLATOR 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stringformat()Gets theFailureas a formatted string representation.StringgetMessage()Map<String,Object>getMetadata()Traversal.AdmingetTraversal()Traverser.AdmingetTraverser() 
 - 
 
- 
- 
Field Detail
- 
TRANSLATOR
static final Translator.ScriptTranslator TRANSLATOR
 
 - 
 
- 
Method Detail
- 
getMessage
String getMessage()
 
- 
getTraverser
Traverser.Admin getTraverser()
 
- 
getTraversal
Traversal.Admin getTraversal()
 
- 
format
default String format()
Gets theFailureas a formatted string representation. 
 - 
 
 -