org.apache.cocoon.forms.formmodel
Class DuplicateIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
DuplicateIdException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateIdException

public DuplicateIdException(String message)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.