gnu.jemacs.lang
Class CatchableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gnu.jemacs.lang.CatchableException
All Implemented Interfaces:
java.io.Serializable

public class CatchableException
extends java.lang.RuntimeException

An exception thrown by (throw tag value) and caught by (catch tag body).

See Also:
Serialized Form

Constructor Summary
CatchableException(java.lang.Object tag, java.lang.Object value)
           
 
Method Summary
 java.lang.Object match(java.lang.Object catchTag)
           
 
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

CatchableException

public CatchableException(java.lang.Object tag,
                          java.lang.Object value)
Method Detail

match

public java.lang.Object match(java.lang.Object catchTag)