org.python.core
Class PyObject.ConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.python.core.PyObject.ConversionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PyObject

public static class PyObject.ConversionException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int index
           
 
Constructor Summary
PyObject.ConversionException(int index)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int index
Constructor Detail

PyObject.ConversionException

public PyObject.ConversionException(int index)


Jython homepage