Class PMMLException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MarkupException

    public abstract class PMMLException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PMMLException ensureContext​(PMMLObject parentContext)  
      PMMLObject getContext()  
      PMMLException initCause​(java.lang.Throwable throwable)  
      java.lang.String 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

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

      • PMMLException

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

        public PMMLException​(java.lang.String message,
                             PMMLObject context)
    • Method Detail

      • initCause

        public PMMLException initCause​(java.lang.Throwable throwable)
        Overrides:
        initCause in class java.lang.Throwable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable