Package org.molgenis.python
Class MolgenisPythonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.python.MolgenisPythonException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class MolgenisPythonException extends RuntimeException
Deprecated.use class that extends fromCodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MolgenisPythonException()Deprecated.MolgenisPythonException(String message)Deprecated.MolgenisPythonException(String message, Throwable cause)Deprecated.MolgenisPythonException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-