Class InvalidPatternException

    • Constructor Detail

      • InvalidPatternException

        public InvalidPatternException​(String message,
                                       String pattern)
        Parameters:
        message - explains what was wrong with the pattern.
        pattern - the invalid pattern.
    • Method Detail

      • getPattern

        public String getPattern()
        Returns:
        the invalid pattern.