This project has retired. For details please refer to its
Attic page .
DuplicateIdException (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.forms.formmodel
Class DuplicateIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.forms.FormsException
org.apache.cocoon.forms.formmodel.DuplicateIdException
All Implemented Interfaces: Serializable , Locatable , LocatableException , MultiLocatable , org.apache.commons.lang.exception.Nestable
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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also: Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
DuplicateIdException
public DuplicateIdException (String message)
DuplicateIdException
public DuplicateIdException (String message,
Location location)
DuplicateIdException
public DuplicateIdException (String message,
WidgetDefinition widget)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.