Package org.jpmml.python
Class InvalidAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.python.PythonException
-
- org.jpmml.python.AttributeException
-
- org.jpmml.python.InvalidAttributeException
-
- All Implemented Interfaces:
Serializable
public class InvalidAttributeException extends AttributeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAttributeException(String message)InvalidAttributeException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class org.jpmml.python.PythonException
fillInStackTrace, initCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-