Module RandomTrainSimWorld2.main
Class FileWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.github.freddyyj.randomtrainsimworld.exception.FileWriteException
- All Implemented Interfaces:
Serializable
public class FileWriteException extends IOException
an
IOException
that has file name
This exception extends IOException
, but has file name that error occur.
- Version:
- 0.2.0
- Author:
- FreddyYJ_
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FileWriteException(String file)
FileWriteException(String message, String file)
FileWriteException(String message, Throwable cause, String file)
FileWriteException(Throwable cause, String file)
-
Method Summary
Modifier and Type Method Description String
getErrorFile()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString