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

Object
match(Object catchTag)

Constructor Details

CatchableException

public CatchableException(Object tag,
                          Object value)

Method Details

match

public Object match(Object catchTag)