public class PythonException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
String |
_pyroTraceback |
Constructor and Description |
---|
PythonException() |
PythonException(String message) |
PythonException(String encoding,
byte[] data,
Integer i1,
Integer i2,
String message) |
PythonException(String message,
Throwable cause) |
PythonException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
__setstate__(HashMap<String,Object> args)
called by the unpickler to restore state
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All Rights Reserved.