Package org.jpmml.model
Class MisplacedElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.model.MarkupException
-
- org.jpmml.model.InvalidMarkupException
-
- org.jpmml.model.InvalidElementException
-
- org.jpmml.model.MisplacedElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class MisplacedElementException extends InvalidElementException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MisplacedElementException(PMMLObject object)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatMessage(java.lang.String xPath)-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
-
-
-
Constructor Detail
-
MisplacedElementException
public MisplacedElementException(PMMLObject object)
-
-