Documentation of 'org.python.core.PyIndentationError' Java class
PyIndentationError
org.python.core

Class PyIndentationError

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • PyIndentationError

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.