org.apache.cocoon.woody.formmodel
Class DuplicateIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.cocoon.woody.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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.