org.python.core
Class PyObject.ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.python.core.PyObject.ConversionException
All Implemented Interfaces:
Serializable
Enclosing class:
PyObject

public static class PyObject.ConversionException
extends Exception

See Also:
Serialized Form

Field Summary
 int index
           
 
Constructor Summary
PyObject.ConversionException(int index)
           
 
Method Summary
 
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