org.python.core
Class PyIndentationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.python.core.PyException
org.python.core.PyIndentationError
- All Implemented Interfaces:
- Serializable
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
Methods inherited from class org.python.core.PyException |
doRaise, exceptionClassName, fillInStackTrace, isExceptionClass, isExceptionInstance, match, normalize, printStackTrace, printStackTrace, super__printStackTrace, toString, tracebackHere, tracebackHere |
PyIndentationError
public PyIndentationError(String s,
int line,
int column,
String text,
String filename)
Jython homepage