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:
- java.io.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
Constructor Summary |
PyIndentationError(java.lang.String s,
int line,
int column,
java.lang.String text,
java.lang.String filename)
|
Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PyIndentationError
public PyIndentationError(java.lang.String s,
int line,
int column,
java.lang.String text,
java.lang.String filename)
Jython homepage