Class InvalidPatternException

    • Constructor Detail

      • InvalidPatternException

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

        public InvalidPatternException​(String message,
                                       String pattern,
                                       Throwable cause)
        Constructor for InvalidPatternException
        Parameters:
        message - explains what was wrong with the pattern.
        pattern - the invalid pattern.
        cause - the cause.
        Since:
        4.10
    • Method Detail

      • getPattern

        public String getPattern()
        Get the invalid pattern
        Returns:
        the invalid pattern.