uk.org.iscream.cms.server.core
Class CircularIncludeException

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

public class CircularIncludeException
extends Exception

This exception is thrown when a repeated file is detected in an include tree for configurations.

Version:
$Id: CircularIncludeException.java,v 1.7 2004/08/01 10:40:54 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
CircularIncludeException(String message)
          Takes a string containing the message to be displayed for 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

CircularIncludeException

public CircularIncludeException(String message)
Takes a string containing the message to be displayed for the exception.

Parameters:
message - the message


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