Class OutputFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jweaver.crawler.internal.exception.OutputFileException
All Implemented Interfaces:
Serializable

public class OutputFileException extends RuntimeException
The OutputFileException class represents an unchecked exception that occurs when there is an issue with an output file or directory.
See Also:
  • Constructor Details

    • OutputFileException

      public OutputFileException(Exception e)
      Constructs a new OutputFileException (RuntimeException) with the specified cause.
      Parameters:
      e - The cause of the exception