Class OutputFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jweaver.crawler.internal.exception.OutputFileException
- All Implemented Interfaces:
Serializable
The OutputFileException class represents an unchecked exception that occurs when there is an
issue with an output file or directory.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new OutputFileException (RuntimeException) with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutputFileException
Constructs a new OutputFileException (RuntimeException) with the specified cause.- Parameters:
e
- The cause of the exception
-