com.izforge.izpack.installer
Class ResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.izforge.izpack.installer.ResourceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ResourceNotFoundException
extends java.lang.Exception

Describes that a resource could not be found

Author:
Marcus Stursberg
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ResourceNotFoundException()
          creates a new ResourceNotFoundException
ResourceNotFoundException(java.lang.String s)
          creates a new ResourceNotFoundException
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
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