Class StringSubstitutionException

    • Constructor Detail

      • StringSubstitutionException

        public StringSubstitutionException​(String msg,
                                           Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the cause
        See Also:
        Exception(String, Throwable)
      • StringSubstitutionException

        public StringSubstitutionException​(Throwable cause)
        Constructs a new exception with the specified cause
        Parameters:
        cause - The wrapped cause. This can be null.
        See Also:
        Exception(Throwable)
      • StringSubstitutionException

        public StringSubstitutionException​(String msg)
        Constructs a new exception with the specified detail message.
        Parameters:
        msg - the details message
        See Also:
        Exception(String)