Class FileWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.FileWriteException
- All Implemented Interfaces:
Serializable
Thrown when a config or localization file cannot be written to disk.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileWriteException(String file, Throwable cause) Creates the exception, naming the file and quoting the underlying failure. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileWriteException
-