org.apache.cocoon.woody.formmodel
Class DuplicateIdException

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

Constructor Summary
DuplicateIdException(String message)
           
 
Method Summary
 
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-2010 The Apache Software Foundation. All Rights Reserved.