Package dev.voidframework.vfs.exception
Class VirtualFileStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.vfs.exception.VirtualFileStorageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VirtualFileStorageException.CantInstantiateEngine,VirtualFileStorageException.EngineNotFound,VirtualFileStorageException.NotConfigured
All exceptions thrown by the VFS feature are subclasses of
VirtualFileStorageException.- Since:
- 1.3.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that VFS engine can't be instantiated.static classException indicates that no VFS configuration have been found.static classException indicates that no VFS configuration have been found. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVirtualFileStorageException(String message) Build a new instance.protectedVirtualFileStorageException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VirtualFileStorageException
Build a new instance.- Parameters:
message- The detail message- Since:
- 1.3.0
-
VirtualFileStorageException
Build a new instance.- Parameters:
message- The detail messagecause- The cause- Since:
- 1.3.0
-