Class Resources.NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icyllis.modernui.resources.Resources.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
Resources

public static class Resources.NotFoundException extends RuntimeException
This exception is thrown by the resource APIs when a requested resource can not be found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Exception cause)