Class DuplicateIdException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.faces.FacesException
- 
- org.apache.myfaces.view.facelets.compiler.DuplicateIdException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DuplicateIdException extends FacesException Indicates duplicate id as specified in spec 7.7.3 State Saving Methods.- Author:
- martinkoci
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DuplicateIdException(String message, UIComponent firstComponent, UIComponent secondComponent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentgetFirstComponent()UIComponentgetSecondComponent()- 
Methods inherited from class jakarta.faces.FacesExceptiongetCause
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DuplicateIdExceptionpublic DuplicateIdException(String message, UIComponent firstComponent, UIComponent secondComponent) 
 
- 
 - 
Method Detail- 
getFirstComponentpublic UIComponent getFirstComponent() 
 - 
getSecondComponentpublic UIComponent getSecondComponent() 
 
- 
 
-