Class NoSuchFileException

All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NoSuchFileException extends CoreRuntimeException
Throw when a file is missing.
See Also:
Serialized Form
  • Constructor Details

    • NoSuchFileException

      protected NoSuchFileException(String path)
      Parameters:
      path - the file that was not found on the filesystem.