public class PythonException extends RuntimeException
| Constructor and Description |
|---|
PythonException(String message) |
PythonException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
PythonException |
fillInStackTrace() |
PythonException |
initCause(Throwable cause) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PythonException(String message)
public PythonException initCause(Throwable cause)
public PythonException fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2024. All rights reserved.