Class PyIndentationError

All Implemented Interfaces:
Serializable, Traverseproc

public class PyIndentationError extends PyException
A convenience class for creating Indentation errors. Note that the syntax error is still taken from Py.IndentationError.

Generally subclassing from PyException is not the right way of creating new exception classes.

See Also:
  • Constructor Details

    • PyIndentationError

      public PyIndentationError(String s, int line, int column, String text, String filename)