com.izforge.izpack.installer
Class ResourceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.izforge.izpack.installer.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

class ResourceNotFoundException
extends java.io.IOException

Describes that a resource could not be found

Author:
Marcus Stursberg

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ResourceNotFoundException()
          creates a new ResourceNotFoundException
ResourceNotFoundException(java.lang.String s)
          creates a new ResourceNotFoundException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceNotFoundException

public ResourceNotFoundException()
creates a new ResourceNotFoundException


ResourceNotFoundException

public ResourceNotFoundException(java.lang.String s)
creates a new ResourceNotFoundException

Parameters:
s - description of the exception