org.python.core
public class PySyntaxError extends PyException
Generally subclassing from PyException is not the right way of creating new exception classes.
| Constructor Summary | |
|---|---|
| PySyntaxError(String s, int line, int column, String text, String filename) | |