gnu.jemacs.lang

Class CatchableException

public class CatchableException extends RuntimeException

An exception thrown by (throw tag value) and caught by (catch tag body).
Constructor Summary
CatchableException(Object tag, Object value)
Method Summary
Objectmatch(Object catchTag)

Constructor Detail

CatchableException

public CatchableException(Object tag, Object value)

Method Detail

match

public Object match(Object catchTag)