Class InvalidAS2NameException

    • Constructor Detail

      • InvalidAS2NameException

        public InvalidAS2NameException​(String name,
                                       int index)
        Constructs an InvalidAS2NameException for the specified name and index.
        Parameters:
        name - - the AS2 name that is invalid.
        index - - the index in the name of the invalid character
    • Method Detail

      • getName

        public String getName()
        Returns the invalid AS2 name
        Returns:
        the invalid AS2 name
      • getIndex

        public int getIndex()
        Returns the index of the invalid character in name
        Returns:
        the index of the invalid character in name