Package org.python.core
Class PySyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.python.core.PyException
org.python.core.PySyntaxError
- All Implemented Interfaces:
Serializable
A convience class for creating Syntax errors. Note that the
syntax error is still taken from Py.SyntaxError.
Generally subclassing from PyException is not the right way of creating new exception classes.
- See Also:
-
Field Summary
Fields inherited from class org.python.core.PyException
traceback, type, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.python.core.PyException
instantiate, printStackTrace, printStackTrace, super__printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
-
Constructor Details
-
PySyntaxError
-