Class CommandSubstitutionException

    • Constructor Detail

      • CommandSubstitutionException

        public CommandSubstitutionException​(String expr)
        Parameters:
        expr - expression which failed
      • CommandSubstitutionException

        public CommandSubstitutionException​(String expr,
                                            String msg)
        Parameters:
        expr - expression which failed
        msg - error message
      • CommandSubstitutionException

        public CommandSubstitutionException​(String expr,
                                            String msg,
                                            Throwable t)
        Parameters:
        expr - expression which failed
        msg - error message
        t - the cause of the problem