Uses of Class
de.xima.fc.mdl.enums.EFileProvisionHandleError
-
Packages that use EFileProvisionHandleError Package Description de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.mdl.enums 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 EFileProvisionHandleError Modifier and Type Field Description protected EFileProvisionHandleError
AFileProvisionHandleError. type
Methods in de.xima.fc.exceptions that return EFileProvisionHandleError Modifier and Type Method Description EFileProvisionHandleError
AFileProvisionHandleError. getType()
Constructors in de.xima.fc.exceptions with parameters of type EFileProvisionHandleError Constructor Description AFileProvisionHandleError(EFileProvisionHandleError type, String message, Throwable cause)
-
Uses of EFileProvisionHandleError in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFileProvisionHandleError Modifier and Type Method Description static EFileProvisionHandleError
EFileProvisionHandleError. valueOf(String name)
Returns 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.
-