Package com.github.robtimus.filesystems
Class Messages.FileStoreMessages
- java.lang.Object
-
- com.github.robtimus.filesystems.Messages.FileStoreMessages
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsupportedOperationException
unsupportedAttribute(String attribute)
Creates an exception that can be thrown ifFileStore.getAttribute(String)
is called with an unsupported attribute.
-
-
-
Method Detail
-
unsupportedAttribute
public UnsupportedOperationException unsupportedAttribute(String attribute)
Creates an exception that can be thrown ifFileStore.getAttribute(String)
is called with an unsupported attribute.- Parameters:
attribute
- The unsupported attribute.- Returns:
- The created exception.
-
-