Class FrameworkResourceException

  • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFrameworkResource getResource()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable