Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends ResourceException
Error thrown when resource is not found.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String path)
      Create exception with path.
      Parameters:
      path - The path of the resource that cannot be loaded.