Package org.jpmml.model
Class UnsupportedElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.model.MarkupException
-
- org.jpmml.model.UnsupportedMarkupException
-
- org.jpmml.model.UnsupportedElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedElementException extends UnsupportedMarkupException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedElementException(PMMLObject object)
-
Method Summary
-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
-
-
-
Constructor Detail
-
UnsupportedElementException
public UnsupportedElementException(PMMLObject object)
-
-