Package org.jpmml.model
Class MissingAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.model.PMMLException
-
- org.jpmml.model.MarkupException
-
- org.jpmml.model.MissingMarkupException
-
- org.jpmml.model.MissingAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingAttributeException extends MissingMarkupException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingAttributeException(java.lang.String message)MissingAttributeException(java.lang.String message, PMMLObject context)MissingAttributeException(PMMLObject object, java.lang.reflect.Field field)
-
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
-
MissingAttributeException
public MissingAttributeException(java.lang.String message)
-
MissingAttributeException
public MissingAttributeException(java.lang.String message, PMMLObject context)
-
MissingAttributeException
public MissingAttributeException(PMMLObject object, java.lang.reflect.Field field)
-
-