Class ResourceNotFoundException

    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(String name)
        Constructor.
        Parameters:
        name - the name of the resource that was not found
      • ResourceNotFoundException

        public ResourceNotFoundException​(String name,
                                         String resourcePath)
        Constructor.
        Parameters:
        name - the name of the resource that was not found
        resourcePath - the path that was looked into to find the above resource