Uses of Class
de.xima.fc.gui.elfinder.EElfinderErrorCode
-
Packages that use EElfinderErrorCode Package Description de.xima.fc.gui.elfinder -
-
Uses of EElfinderErrorCode in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder that return EElfinderErrorCode Modifier and Type Method Description static EElfinderErrorCode
EElfinderErrorCode. valueOf(String name)
Returns 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 EElfinderErrorCode Modifier and Type Method Description static ElfinderConnectorException
ElfinderConnectorException. ofCode(EElfinderErrorCode errorCode, String... arguments)
Creates a new expected client error with the given error code.static ElfinderConnectorException
ElfinderConnectorException. ofCode(EElfinderErrorCode errorCode, String message, Throwable cause, String... arguments)
Creates a new expected client error with the given error code.static ElfinderConnectorException
ElfinderConnectorException. ofCode(EElfinderErrorCode errorCode, Throwable cause, String... arguments)
Creates a new expected client error with the given error code.static ElfinderConnectorException
ElfinderConnectorException. 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 EElfinderErrorCode Constructor Description Client(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.
-