Package com.bhoffpauir.blisp.lib.exception
package com.bhoffpauir.blisp.lib.exception
Package documentation goes here; any documentation before the first period will
be used as a summary.
It is common practice to leave a blank line between the summary and the rest
of the documentation; use this space to describe the package in as much detail
as is appropriate.
Inline tags such as
,
and text here can be used in this documentation.
code here
,
invalid reference
reference.to.other.Documentation
-
Exception ClassesClassDescriptionBase for all blisp runtime exceptions.Runtime exception thrown when the parse cannot find a closing parenthesis.Runtime exception thrown when the evaluator encounters a symbol that doesn't exist in the environment.Runtime exception thrown when the tokenizer encounters input that it cannot discern.