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.6 2002/05/21 16:47:17 tdb Exp $
- Author:
- $Author: tdb $
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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.