Class pyglet.resource.ResourceNotFoundException

exceptions.Exception --+
                       |
                      ResourceNotFoundException
The named resource was not found on the search path.

Methods

  __init__(self, name)
Inherited from exceptions.Exception: __getitem__, __str__

Method Details

__init__

(Constructor) __init__(self, name)
Overrides:
exceptions.Exception.__init__