TempDirectoryInvalidCharacterException

Exception thrown when the path includes a character that is not permitted by the file system. The path may still be a valid UTF string.

Constructors

Link copied to clipboard
constructor(message: String?)
constructor(cause: Throwable)
constructor(message: String, cause: Throwable?)