Uses of Enum
de.xima.fc.gui.elfinder.EElfinderErrorCode
Packages that use EElfinderErrorCode
-
Uses of EElfinderErrorCode in de.xima.fc.gui.elfinder
Subclasses with type arguments of type EElfinderErrorCode in de.xima.fc.gui.elfinderModifier and TypeClassDescriptionenumEnumeration of well-known elfinder error codes for the elfinder file manager.Methods in de.xima.fc.gui.elfinder that return EElfinderErrorCodeModifier and TypeMethodDescriptionstatic EElfinderErrorCodeReturns the enum constant of this type with the specified name.static EElfinderErrorCode[]EElfinderErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.elfinder with parameters of type EElfinderErrorCodeModifier and TypeMethodDescriptionstatic ElfinderConnectorExceptionElfinderConnectorException.ofCode(EElfinderErrorCode errorCode, String... arguments) Creates a new expected client error with the given error code.static ElfinderConnectorExceptionElfinderConnectorException.ofCode(EElfinderErrorCode errorCode, String message, Throwable cause, String... arguments) Creates a new expected client error with the given error code.static ElfinderConnectorExceptionElfinderConnectorException.ofCode(EElfinderErrorCode errorCode, Throwable cause, String... arguments) Creates a new expected client error with the given error code.static ElfinderConnectorExceptionElfinderConnectorException.ofCode(String message, EElfinderErrorCode errorCode, String... arguments) Creates a new expected client error with the given error code.Constructors in de.xima.fc.gui.elfinder with parameters of type EElfinderErrorCodeModifierConstructorDescriptionClient(EElfinderErrorCode errorCode, String... arguments) Creates a new expected client error with the given error code.Client(EElfinderErrorCode errorCode, String message, Throwable cause, String... arguments) Creates a new expected client error with the given error code.Client(EElfinderErrorCode errorCode, Throwable cause, String... arguments) Creates a new expected client error with the given error code.Client(String message, EElfinderErrorCode errorCode, String... arguments) Creates a new expected client error with the given error code.