Class NoFileStoreRegisteredException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NoFileStoreRegisteredException extends CoreRuntimeException
Throw when attempting to load a file for an extension no filestore has been registered for.
See Also:
Serialized Form
  • Constructor Details

    • NoFileStoreRegisteredException

      public NoFileStoreRegisteredException(String path, String extension)
      Parameters:
      path - the file that failed to load
      extension - the extension that no filestore has been registered for.