Package org.jpmml.model
Class UnsupportedAttributeException
- 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.UnsupportedAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAttributeException extends UnsupportedMarkupException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttributeException(java.lang.String message)UnsupportedAttributeException(java.lang.String message, PMMLObject context)UnsupportedAttributeException(PMMLObject object, java.lang.Enum<?> value)UnsupportedAttributeException(PMMLObject object, java.lang.reflect.Field field, java.lang.Object value)
-
Method Summary
-
Methods inherited from class org.jpmml.model.PMMLException
ensureContext, getContext, initCause, toString
-
-
-
-
Constructor Detail
-
UnsupportedAttributeException
public UnsupportedAttributeException(java.lang.String message)
-
UnsupportedAttributeException
public UnsupportedAttributeException(java.lang.String message, PMMLObject context)
-
UnsupportedAttributeException
public UnsupportedAttributeException(PMMLObject object, java.lang.Enum<?> value)
-
UnsupportedAttributeException
public UnsupportedAttributeException(PMMLObject object, java.lang.reflect.Field field, java.lang.Object value)
-
-