- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NoSuchResourceException
public class FrameworkResourceException
extends java.lang.RuntimeException
This RunTimeException subclass is typically thrown when a resource is unavailable in the framework
or the framework is misconfigured due to strange user deployment.
Any class that throws this should provide an existsXXX() method allowing the programmer
to check to see if the resource is available or ready for use.
- See Also:
- Serialized Form