Package org.jpmml.python
Class PythonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jpmml.python.PythonException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeException,TranslationException
public class PythonException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PythonException(String message)PythonException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PythonExceptionfillInStackTrace()PythonExceptioninitCause(Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
initCause
public PythonException initCause(Throwable cause)
-
fillInStackTrace
public PythonException fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-