org.apache.jcc
Class PythonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jcc.PythonException
- All Implemented Interfaces:
- java.io.Serializable
public class PythonException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
withTrace
public boolean withTrace
message
protected java.lang.String message
errorName
protected java.lang.String errorName
traceback
protected java.lang.String traceback
PythonException
public PythonException(java.lang.String message)
getMessage
public java.lang.String getMessage(boolean trace)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getErrorName
public java.lang.String getErrorName()
getTraceback
public java.lang.String getTraceback()
getErrorInfo
protected void getErrorInfo()
clear
public void clear()