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 EFileProvisionHandleErrorAFileProvisionHandleError. typeMethods in de.xima.fc.exceptions that return EFileProvisionHandleError Modifier and Type Method Description EFileProvisionHandleErrorAFileProvisionHandleError. 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 EFileProvisionHandleErrorEFileProvisionHandleError. 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.
-