Class InvalidFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- me.insidezhou.southernquiet.filesystem.FileSystemException
-
- me.insidezhou.southernquiet.filesystem.InvalidFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidFileException extends FileSystemException
无效文件- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFileException(java.lang.String message)InvalidFileException(java.lang.String message, java.lang.Throwable cause)
-