Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.moeaframework.util.io.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends IOException
Similar to a FileNotFoundException, indicates that the resource was not found.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(Class<?> owner, String resource)
      Constructs an exception indicating not resource was found with the given path.
      Parameters:
      owner - the class attempting to load the resource
      resource - the resource