public class PySyntaxError extends PyException
Generally subclassing from PyException is not the right way of creating new exception classes.
traceback, type, value
Constructor and Description |
---|
PySyntaxError(java.lang.String s,
int line,
int column,
java.lang.String text,
java.lang.String filename) |
doRaise, exceptionClassName, fillInStackTrace, isExceptionClass, isExceptionInstance, match, normalize, printStackTrace, printStackTrace, super__printStackTrace, toString, tracebackHere, tracebackHere