Package org.apache.hadoop.lib.lang
Interface XException.ERROR
- All Known Implementing Classes:
FileSystemAccessException.ERROR,ServerException.ERROR
- Enclosing class:
- XException
public static interface XException.ERROR
Interface to define error codes.
-
Method Summary
-
Method Details
-
getTemplate
String getTemplate()Returns the template for the error.- Returns:
- the template for the error, the template must be in JDK
MessageFormatsyntax (using {#} positional parameters).
-