Package org.apache.hadoop.lib.service
Enum Class FileSystemAccessException.ERROR
java.lang.Object
java.lang.Enum<FileSystemAccessException.ERROR>
org.apache.hadoop.lib.service.FileSystemAccessException.ERROR
- All Implemented Interfaces:
Serializable,Comparable<FileSystemAccessException.ERROR>,Constable,org.apache.hadoop.lib.lang.XException.ERROR
- Enclosing class:
- org.apache.hadoop.lib.service.FileSystemAccessException
public static enum FileSystemAccessException.ERROR
extends Enum<FileSystemAccessException.ERROR>
implements org.apache.hadoop.lib.lang.XException.ERROR
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the template for the error.Returns the enum constant of this class with the specified name.static FileSystemAccessException.ERROR[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
H01
-
H02
-
H03
-
H04
-
H05
-
H06
-
H07
-
H08
-
H09
-
H10
-
H11
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTemplate
Description copied from interface:org.apache.hadoop.lib.lang.XException.ERRORReturns the template for the error.- Specified by:
getTemplatein interfaceorg.apache.hadoop.lib.lang.XException.ERROR- Returns:
- the template for the error, the template must be in JDK
MessageFormatsyntax (using {#} positional parameters).
-