Class FunctionException

    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionException​(Function function, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Function getFunction()  
      • 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

      • FunctionException

        public FunctionException​(Function function,
                                 java.lang.String message)
    • Method Detail

      • getFunction

        public Function getFunction()