Package org.jpmml.model
Class MisplacedElementListException
- 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.InvalidElementListException
-
- org.jpmml.model.MisplacedElementListException
-
- All Implemented Interfaces:
java.io.Serializable
public class MisplacedElementListException extends InvalidElementListException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MisplacedElementListException(java.util.List<? extends PMMLObject> objects)
-
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
-
MisplacedElementListException
public MisplacedElementListException(java.util.List<? extends PMMLObject> objects)
-
-