Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.loomchild.segment.util.ResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends RuntimeException
Exception that indicates that resource has not been found by Classloader.
See Also:
  • Field Details

  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String name)
    • ResourceNotFoundException

      public ResourceNotFoundException(String name, Throwable cause)