kiwi.util
Class ResourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--kiwi.util.ResourceNotFoundException

public class ResourceNotFoundException
extends RuntimeException

An exception that is thrown by ResourceManager to signify that a resource could not be located.

Version:
1.0 (10/98)
Author:
Mark Lindner, PING Software Group
See Also:
ResourceManager, Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait