org.apache.cocoon.forms.formmodel
Class DuplicateIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.forms.formmodel.DuplicateIdException
- All Implemented Interfaces:
- Serializable
- public class DuplicateIdException
- extends Exception
This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions,
such as the FormDefinition
or the RepeaterDefinition
, in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition.
- Version:
- $Id: DuplicateIdException.java 56582 2004-11-04 10:16:22Z sylvain $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateIdException
public DuplicateIdException(String message)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.