wicket.util.resource
Class ResourceStreamNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywicket.util.resource.ResourceStreamNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class ResourceStreamNotFoundException
extends java.lang.Exception

Thrown if a required resource cannot be found.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
ResourceStreamNotFoundException()
          Constructor
ResourceStreamNotFoundException(java.lang.String message)
          Constructor
ResourceStreamNotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constructor
ResourceStreamNotFoundException(java.lang.Throwable cause)
          Constructor
 
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

ResourceStreamNotFoundException

public ResourceStreamNotFoundException()
Constructor


ResourceStreamNotFoundException

public ResourceStreamNotFoundException(java.lang.String message)
Constructor

Parameters:
message - Description of the problem

ResourceStreamNotFoundException

public ResourceStreamNotFoundException(java.lang.Throwable cause)
Constructor

Parameters:
cause - Nested stack trace

ResourceStreamNotFoundException

public ResourceStreamNotFoundException(java.lang.String message,
                                       java.lang.Throwable cause)
Constructor

Parameters:
message - Description of the problem
cause - Nested stack trace


Copyright © 2004-2005 Wicket developers. All Rights Reserved.