Class StringInterpolationException

    • Constructor Detail

      • StringInterpolationException

        public StringInterpolationException​(@Nullable
                                            String message,
                                            @Nullable
                                            Object... args)
      • StringInterpolationException

        public StringInterpolationException​(@Nullable
                                            Throwable cause)
      • StringInterpolationException

        public StringInterpolationException​(@Nullable
                                            Throwable cause,
                                            @Nullable
                                            String message,
                                            @Nullable
                                            Object... args)