| |
com.declarativa.interprolog.util
Class ResultFromJava
java.lang.Object
com.declarativa.interprolog.util.ResultFromJava
- All Implemented Interfaces:
- Serializable
- public class ResultFromJava
- extends Object
- implements Serializable
Used to serialize results for javaMessage
- See Also:
- Serialized Form
Field Summary |
Object |
exception
exception thrown directly by java.lang.reflect.Method#invoke().
|
exception
public Object exception
- exception thrown directly by java.lang.reflect.Method#invoke().
It may eventually encapsulate an exception thrown by the invoked method
- See Also:
Method.invoke(Object,Object[])
ResultFromJava
public ResultFromJava(int t,
Object r,
Object e,
Object[] a)
toString
public String toString()
|