Class PythonException

    • Constructor Summary

      Constructors 
      Constructor Description
      PythonException​(java.lang.String message)  
      PythonException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PythonException fillInStackTrace()  
      PythonException initCause​(java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PythonException

        public PythonException​(java.lang.String message)
      • PythonException

        public PythonException​(java.lang.String message,
                               java.lang.Throwable cause)
    • Method Detail

      • initCause

        public PythonException initCause​(java.lang.Throwable cause)
        Overrides:
        initCause in class java.lang.Throwable
      • fillInStackTrace

        public PythonException fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable