Enum FrontEndExceptionInstruction
java.lang.Object
java.lang.Enum<FrontEndExceptionInstruction>
br.ufsc.labsec.signature.signer.exceptions.FrontEndExceptionInstruction
- All Implemented Interfaces:
Serializable
,Comparable<FrontEndExceptionInstruction>
,Constable
public enum FrontEndExceptionInstruction extends Enum<FrontEndExceptionInstruction>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description ONLY_WARN
REDIRECT_TO_DRIVER_SELECTION
REDIRECT_TO_PSC_SELECTION
REDIRECT_TO_START
REMOVE_CLIENT
-
Method Summary
Modifier and Type Method Description static FrontEndExceptionInstruction
valueOf(String name)
Returns the enum constant of this type with the specified name.static FrontEndExceptionInstruction[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ONLY_WARN
-
REDIRECT_TO_START
-
REDIRECT_TO_DRIVER_SELECTION
-
REMOVE_CLIENT
-
REDIRECT_TO_PSC_SELECTION
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-