Class GoalExecutionException

    • Constructor Detail

      • GoalExecutionException

        public GoalExecutionException​(Throwable _cause)

        Constructor for GoalExecutionException.

        Parameters:
        _cause - a Throwable object.
      • GoalExecutionException

        public GoalExecutionException​(String _msg,
                                      Throwable _cause)

        Constructor for GoalExecutionException.

        Parameters:
        _msg - a String object.
        _cause - a Throwable object.