Uses of Package
edu.vub.at.exceptions

Packages that use edu.vub.at.exceptions
edu.vub.at   
edu.vub.at.actors   
edu.vub.at.actors.id   
edu.vub.at.actors.natives   
edu.vub.at.actors.net   
edu.vub.at.eval   
edu.vub.at.exceptions   
edu.vub.at.objects   
edu.vub.at.objects.coercion   
edu.vub.at.objects.grammar   
edu.vub.at.objects.mirrors   
edu.vub.at.objects.natives   
edu.vub.at.objects.natives.grammar   
edu.vub.at.objects.symbiosis   
edu.vub.at.parser   
edu.vub.at.tutorial   
 

Classes in edu.vub.at.exceptions used by edu.vub.at
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XParseError
          XParseError is thrown when illegal input is parsed by the AmbientTalk parser.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.actors
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.actors.id
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.actors.natives
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XClassNotFound
          Raised when a request to load a class via a JavaPackage failed.
XIOProblem
          The class XIOProblem is mainly a wrapper class for Java IOExceptions.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.actors.net
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.eval
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.exceptions
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.coercion
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.grammar
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.mirrors
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XArityMismatch
          XArityMismatch is thrown during function application when actual arguments are bound to formal parameters and there are either too many or too few actual arguments supplied.
XReflectionFailure
          An instance of the class XReflectionFailure is thrown when something goes wrong when dealing with mirror or mirage operations.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.natives
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XIOProblem
          The class XIOProblem is mainly a wrapper class for Java IOExceptions.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.natives.grammar
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.objects.symbiosis
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
XTypeMismatch
          XTypeMismatch instances are thrown when a value conversion failed.
XUndefinedField
          An XUndefinedField exception is raised whenever a variable reference lookup fails, or a field assignment lookup fails.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.parser
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.
 

Classes in edu.vub.at.exceptions used by edu.vub.at.tutorial
InterpreterException
          ATException is the superclass of all exceptions thrown by the AmbientTalk interpreter.