Class EvaluationException

  • All Implemented Interfaces:
    Serializable

    public class EvaluationException
    extends Exception
    Indicates that the evaluation of one or more R statements via Rserve went wrong.
    See Also:
    Serialized Form
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(String message,
                                   Throwable cause)
      • EvaluationException

        public EvaluationException​(String message)
      • EvaluationException

        public EvaluationException​(Throwable cause)