uk.org.iscream.cms.server.componentmanager
Class PropertyNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.org.iscream.cms.server.componentmanager.PropertyNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyNotFoundException
extends Exception

This Exception is thrown when a requested property cannot be found by the configuration system. Although a null has previously performed this task, and Exception forces good handling of situations where there could be an error.

Version:
$Id: PropertyNotFoundException.java,v 1.6 2004/08/01 10:40:50 tdb Exp $
Author:
$Author: tdb $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PropertyNotFoundException(String message)
          Takes a string containing a message detailing specifics about the exception.
 
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

PropertyNotFoundException

public PropertyNotFoundException(String message)
Takes a string containing a message detailing specifics about the exception.

Parameters:
message - the exception specifics


Copyright © 2000-2003 i-scream. All Rights Reserved.