Class StringSubstitutionException

    • Constructor Detail

      • StringSubstitutionException

        public StringSubstitutionException​(Throwable cause)
        Constructs a new exception with the specified cause
        See Also:
        Exception(Throwable)
      • StringSubstitutionException

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