Class IllegalPathPatternException

    • Constructor Detail

      • IllegalPathPatternException

        public IllegalPathPatternException​(String message,
                                           String pattern,
                                           int index)
        Creates new instance.
        Parameters:
        message - Description of the problem.
        pattern - Illegal used pattern.
        index - index of the problematic character.
    • Method Detail

      • pattern

        public String pattern()
        Illegal used pattern.
        Returns:
        pattern that was used
      • index

        public int index()
        Index of character.
        Returns:
        index of offending character