public class InvalidSelection extends RuntimeException
This exception is thrown when an attempt is made to register a combo box user input with an initial selection that is not in the list of elements (selectable in the combo box).
This will occur when the resolved identifier returned by the custom element resolver (seeElementResolver
)
provided to the register method does not match the resolved identifier of any of the elements in the element list.Constructor and Description |
---|
InvalidSelection(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSelection(String message)
Copyright © 2021. All rights reserved.