Class SkLearnException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SkLearnException
    extends org.jpmml.python.PythonException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SkLearnException​(java.lang.String message)  
      SkLearnException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class org.jpmml.python.PythonException

        fillInStackTrace, initCause
      • Methods inherited from class java.lang.Throwable

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

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

      • SkLearnException

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

        public SkLearnException​(java.lang.String message,
                                java.lang.Throwable cause)