Class AssetNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
       message)
       message, Resource resource)
      Constructs an exception with message and a Resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Resource getResource()
      The resource which wasn't found.
      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • AssetNotFoundException

        public  message)
      • AssetNotFoundException

        public  message,
                                      Resource resource)
        Constructs an exception with message and a Resource.
        Parameters:
        message - a String.
        resource - a Resource.