uk.org.iscream.cms.server.core
Class CircularIncludeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.