Uses of Enum
org.apache.myfaces.context.InvalidFileException.Reason
Packages that use InvalidFileException.Reason
-
Uses of InvalidFileException.Reason in org.apache.myfaces.context
Methods in org.apache.myfaces.context that return InvalidFileException.ReasonModifier and TypeMethodDescriptionInvalidFileException.getReason()static InvalidFileException.ReasonReturns the enum constant of this type with the specified name.static InvalidFileException.Reason[]InvalidFileException.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.myfaces.context with parameters of type InvalidFileException.ReasonModifierConstructorDescriptionInvalidFileException(InvalidFileException.Reason reason, String message) InvalidFileException(InvalidFileException.Reason reason, String message, Throwable cause)