Class EvaluationException

    • Constructor Summary

      Constructors 
      Constructor Description
      EvaluationException​(java.lang.String message)  
      EvaluationException​(java.lang.String message, org.dmg.pmml.PMMLObject context)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(java.lang.Object object)  
      static java.lang.String formatKey​(java.lang.Object object)  
      static java.lang.String formatName​(java.lang.String name)  
      static java.lang.String formatValue​(java.lang.Object object)  
      • Methods inherited from class org.jpmml.model.PMMLException

        ensureContext, getContext, initCause, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(java.lang.String message)
      • EvaluationException

        public EvaluationException​(java.lang.String message,
                                   org.dmg.pmml.PMMLObject context)
    • Method Detail

      • formatName

        public static java.lang.String formatName​(java.lang.String name)
      • formatKey

        public static java.lang.String formatKey​(java.lang.Object object)
      • formatValue

        public static java.lang.String formatValue​(java.lang.Object object)
      • format

        public static java.lang.String format​(java.lang.Object object)