public class DuplicateIdException extends FacesException
| Constructor and Description | 
|---|
| DuplicateIdException(String message,
                    UIComponent firstComponent,
                    UIComponent secondComponent) | 
| Modifier and Type | Method and Description | 
|---|---|
| UIComponent | getFirstComponent() | 
| UIComponent | getSecondComponent() | 
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateIdException(String message, UIComponent firstComponent, UIComponent secondComponent)
public UIComponent getFirstComponent()
public UIComponent getSecondComponent()
Copyright © 2021 The Apache Software Foundation. All rights reserved.