org.apache.cocoon.forms.formmodel
Class DuplicateIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.forms.FormsException
org.apache.cocoon.forms.formmodel.DuplicateIdException
- All Implemented Interfaces:
- org.apache.cocoon.util.location.Locatable, org.apache.cocoon.util.location.LocatableException, org.apache.cocoon.util.location.MultiLocatable, Serializable
- public class DuplicateIdException
- extends FormsException
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 587759 2007-10-24 03:00:37Z vgritsenko $
- See Also:
- Serialized Form
Methods inherited from class org.apache.cocoon.ProcessingException |
throwLocated, throwLocated |
Methods inherited from class org.apache.cocoon.util.location.LocatedException |
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage |
DuplicateIdException
public DuplicateIdException(String message)
DuplicateIdException
public DuplicateIdException(String message,
org.apache.cocoon.util.location.Location location)
DuplicateIdException
public DuplicateIdException(String message,
WidgetDefinition widget)
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.