Class CPythonException

All Implemented Interfaces:
PythonLikeObject, Serializable

public class CPythonException extends PythonException
Python class for general exceptions. Equivalent to Java's RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • CPythonException

      public CPythonException()
    • CPythonException

      public CPythonException(String message)