Package com.teamdev.jxbrowser.engine
Class UserDataDirectoryCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.teamdev.jxbrowser.engine.EngineInitializationException
com.teamdev.jxbrowser.engine.UserDataDirectoryCreationException
- All Implemented Interfaces:
Serializable
Thrown when the user data directory does not exist and cannot be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserDataDirectoryCreationException(Path userDataDir) Constructs aUserDataDirectoryCreationExceptionwith the givenuserDataDir. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserDataDirectoryCreationException
Constructs aUserDataDirectoryCreationExceptionwith the givenuserDataDir.- Parameters:
userDataDir- the absolute path to the user data directory that cannot be created
-