Class InvalidNavigationException

  • All Implemented Interfaces:
    Serializable

    public class InvalidNavigationException
    extends Exception
    Thrown to indicate that the navigation operation can not be processed on selections
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidNavigationException

        public InvalidNavigationException​(String msg)
        Constructs a InvalidNavigateOperation with the specified detail message.
        Parameters:
        msg - the detail message.