Uses of Enum
de.xima.fc.mdl.enums.EFileProvisionHandleError
Packages that use EFileProvisionHandleError
Package
Description
Package für allgemeine Exceptions
Commonly used enumeration that are mainly used in model classes.
-
Uses of EFileProvisionHandleError in de.xima.fc.exceptions
Fields in de.xima.fc.exceptions declared as EFileProvisionHandleErrorModifier and TypeFieldDescriptionprotected final EFileProvisionHandleErrorAFileProvisionHandleError.typeMethods in de.xima.fc.exceptions that return EFileProvisionHandleErrorConstructors in de.xima.fc.exceptions with parameters of type EFileProvisionHandleErrorModifierConstructorDescriptionprotectedAFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause) -
Uses of EFileProvisionHandleError in de.xima.fc.mdl.enums
Subclasses with type arguments of type EFileProvisionHandleError in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnumeration of the different error types that can occur when handling aIFileProvision.Methods in de.xima.fc.mdl.enums that return EFileProvisionHandleErrorModifier and TypeMethodDescriptionstatic EFileProvisionHandleErrorReturns the enum constant of this type with the specified name.static EFileProvisionHandleError[]EFileProvisionHandleError.values()Returns an array containing the constants of this enum type, in the order they are declared.