org.jclarion.clarion
Class ClarionRoutineResult

java.lang.Object
  extended by java.lang.Throwable
      extended by org.jclarion.clarion.ClarionRoutineResult
All Implemented Interfaces:
java.io.Serializable

public class ClarionRoutineResult
extends java.lang.Throwable

For routine calls that call 'return' in clarion source - this is modelled as an exception

Author:
barney
See Also:
Serialized Form

Constructor Summary
ClarionRoutineResult()
           
ClarionRoutineResult(java.lang.Object object)
           
 
Method Summary
 java.lang.Object getResult()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClarionRoutineResult

public ClarionRoutineResult()

ClarionRoutineResult

public ClarionRoutineResult(java.lang.Object object)
Method Detail

getResult

public java.lang.Object getResult()


Copyright © 2010. All Rights Reserved.