Uses of Enum Class
org.frankframework.filesystem.FileSystemException.Forward
Packages that use FileSystemException.Forward
-
Uses of FileSystemException.Forward in org.frankframework.filesystem
Methods in org.frankframework.filesystem that return FileSystemException.ForwardModifier and TypeMethodDescriptionstatic FileSystemException.Forward
Returns the enum constant of this class with the specified name.static FileSystemException.Forward[]
FileSystemException.Forward.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.frankframework.filesystem with parameters of type FileSystemException.ForwardModifierConstructorDescriptionFileSystemException
(FileSystemException.Forward forward, String message) FileSystemException
(FileSystemException.Forward forward, String message, Throwable cause) FileSystemException
(FileSystemException.Forward forward, Throwable cause)