Class PythonServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_mannheim.informatik.dws.melt.matching_ml.python.PythonServerException
All Implemented Interfaces:
Serializable

public class PythonServerException extends Exception
A python server exception in case something goes wrong or the server is not started or returned no result etc.
See Also:
  • Field Details

  • Constructor Details

    • PythonServerException

      public PythonServerException(String message)
    • PythonServerException

      public PythonServerException(String message, Throwable cause)
    • PythonServerException

      public PythonServerException(Throwable cause)