Package org.jpmml.python
Class AttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.python.PythonException
-
- org.jpmml.python.AttributeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidAttributeException,MissingAttributeException
public abstract class AttributeException extends PythonException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeException(String message)AttributeException(String message, Throwable 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
-
-