org.armedbear.lisp
Class Go

java.lang.Object
  extended by java.lang.Throwable
      extended by org.armedbear.lisp.ConditionThrowable
          extended by org.armedbear.lisp.Go
All Implemented Interfaces:
java.io.Serializable

public final class Go
extends ConditionThrowable

See Also:
Serialized Form

Field Summary
 LispObject tag
           
 
Fields inherited from class org.armedbear.lisp.ConditionThrowable
condition
 
Constructor Summary
Go(LispObject tag)
           
 
Method Summary
 LispObject getCondition()
           
 LispObject getTag()
           
 
Methods inherited from class org.armedbear.lisp.ConditionThrowable
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
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
 

Field Detail

tag

public final LispObject tag
Constructor Detail

Go

public Go(LispObject tag)
Method Detail

getTag

public LispObject getTag()

getCondition

public LispObject getCondition()
                        throws ConditionThrowable
Overrides:
getCondition in class ConditionThrowable
Throws:
ConditionThrowable