Package dev.voidframework.vfs.exception
Class VirtualFileStorageException.CantInstantiateEngine
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.vfs.exception.VirtualFileStorageException
dev.voidframework.vfs.exception.VirtualFileStorageException.CantInstantiateEngine
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VirtualFileStorageException
public static class VirtualFileStorageException.CantInstantiateEngine
extends VirtualFileStorageException
Exception indicates that VFS engine can't be instantiated.
- Since:
- 1.3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.vfs.exception.VirtualFileStorageException
VirtualFileStorageException.CantInstantiateEngine, VirtualFileStorageException.EngineNotFound, VirtualFileStorageException.NotConfigured -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CantInstantiateEngine
public CantInstantiateEngine()Build a new instance.- Since:
- 1.3.0
-