- java.lang.Object
 -  
      
- java.lang.Throwable
 -  
        
- java.lang.Exception
 -  
          
- java.io.IOException
 -  
            
- java.nio.file.FileSystemException
 -  
              
- java.nio.file.FileSystemLoopException
 
 
 
 
 
 
-  
       
- 实现的所有接口
 -  
         
Serializable 
public class FileSystemLoopException extends FileSystemException
遇到文件系统循环或循环时抛出的已检查异常。 
-  
        
       
-  
             
构造方法摘要
构造方法 构造器 描述 FileSystemLoopException(String file)构造此类的实例。 
-  
             
方法摘要
-  
               
声明方法的类 java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason 
 -  
               
 
 -  
             
 
-  
        
       
-  
             
构造方法详细信息
-  
FileSystemLoopException
public FileSystemLoopException(String file)
构造此类的实例。- 参数
 -  
              
file- a string identifying the file causing the cycle ornullif not known 
 
 -  
 
 -