Class TFileSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.teavm.classlib.java.nio.file.TFileSystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TAccessDeniedException, TFileAlreadyExistsException, TNoSuchFileException, TNotDirectoryException

public class TFileSystemException extends IOException
See Also:
  • Constructor Details

    • TFileSystemException

      public TFileSystemException(String file)
    • TFileSystemException

      public TFileSystemException(String file, String other, String reason)
  • Method Details