Class RuntimeFileAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jcputney.elearning.parser.exception.RuntimeFileAccessException
All Implemented Interfaces:
Serializable

public final class RuntimeFileAccessException extends RuntimeException
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 Details

    • RuntimeFileAccessException

      public RuntimeFileAccessException(Exception cause)
      Constructs a new RuntimeFileAccessException with the specified detail message.
      Parameters:
      cause - the cause of the exception