Class RuntimeFileAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.elearning.parser.exception.RuntimeFileAccessException
- All Implemented Interfaces:
Serializable
Exception thrown when there's a runtime error related to file access. This exception is a wrapper
for other exceptions that may occur during file access operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new RuntimeFileAccessException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeFileAccessException
Constructs a new RuntimeFileAccessException with the specified detail message.- Parameters:
cause- the cause of the exception
-