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
Indicates duplicate id as specified in spec 7.7.3 State Saving Methods.
- Author:
- martinkoci
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateIdException
(String message, UIComponent firstComponent, UIComponent secondComponent) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class jakarta.faces.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateIdException
public DuplicateIdException(String message, UIComponent firstComponent, UIComponent secondComponent)
-
-
Method Details
-
getFirstComponent
-
getSecondComponent
-