Package com.documents4j.throwables
Class FileSystemInteractionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.documents4j.throwables.ConverterException
-
- com.documents4j.throwables.FileSystemInteractionException
-
- All Implemented Interfaces:
Serializable
public class FileSystemInteractionException extends ConverterException
This exception is thrown when a file on the file system cannot be read or written or when a script file cannot be executed. Usually, this is a wrapper for anIOException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSystemInteractionException(String message)FileSystemInteractionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-