Jatha Software

Uses of Class
org.jatha.dynatype.LispException

Packages that use LispException
org.jatha.dynatype   
 

Uses of LispException in org.jatha.dynatype
 

Subclasses of LispException in org.jatha.dynatype
 class LispAlreadyDefinedPackageException
          An exception that should be thrown when trying to create a package that already exists.
 class LispConstantRedefinedException
           
 class LispIndexOutOfRangeException
           
 class LispUnboundVariableException
           
 class LispUndefinedFunctionException
           
 class LispUndefinedPackageException
           
 class LispValueNotACharacterException
           
 class LispValueNotAConsException
           
 class LispValueNotAFunctionException
           
 class LispValueNotAHashtableException
           
 class LispValueNotAListException
           
 class LispValueNotAnAtomException
           
 class LispValueNotAnIntegerException
           
 class LispValueNotANumberException
           
 class LispValueNotAPackageException
           
 class LispValueNotASequenceException
           
 class LispValueNotAStringException
           
 class LispValueNotASymbolException
           
 class LispValueNotConvertableToAStringException
           
 

Methods in org.jatha.dynatype that throw LispException
 LispValue StandardLispValue.symbol_function()
           
 LispValue StandardLispSymbol.symbol_function()
           
 LispValue LispValue.symbol_function()
          Returns the function assigned to a symbol.
 LispValue StandardLispValue.symbol_value()
           
 LispValue StandardLispSymbol.symbol_value()
           
 LispValue LispValue.symbol_value()
          Returns the value of a symbol.
 


Jatha Software