A B C D E F G H I J K L M N O P R S T U V W X Y Z _

X

XArityMismatch - exception edu.vub.at.exceptions.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.
XArityMismatch(String, int, int) - Constructor for class edu.vub.at.exceptions.XArityMismatch
 
XClassNotFound - exception edu.vub.at.exceptions.XClassNotFound.
Raised when a request to load a class via a JavaPackage failed.
XClassNotFound(String, Throwable) - Constructor for class edu.vub.at.exceptions.XClassNotFound
 
XDuplicateSlot - exception edu.vub.at.exceptions.XDuplicateSlot.
An XDuplicateSlot exception is raised when a field or a method is added to an object that already contains a field or method with the same name.
XDuplicateSlot(byte, ATSymbol) - Constructor for class edu.vub.at.exceptions.XDuplicateSlot
 
XIOProblem - exception edu.vub.at.exceptions.XIOProblem.
The class XIOProblem is mainly a wrapper class for Java IOExceptions.
XIOProblem(IOException) - Constructor for class edu.vub.at.exceptions.XIOProblem
 
XIllegalApplication - exception edu.vub.at.exceptions.XIllegalApplication.
XIllegalApplication is thrown when a natively implemented method is applied incorrectly.
XIllegalApplication(String, Class) - Constructor for class edu.vub.at.exceptions.XIllegalApplication
 
XIllegalArgument - exception edu.vub.at.exceptions.XIllegalArgument.
An XIllegalArgument exception is thrown when primitive operations on native types get passed an illegal argument value.
XIllegalArgument(String) - Constructor for class edu.vub.at.exceptions.XIllegalArgument
 
XIllegalArgument(String, Throwable) - Constructor for class edu.vub.at.exceptions.XIllegalArgument
 
XIllegalIndex - exception edu.vub.at.exceptions.XIllegalIndex.
An XIllegalIndex exception is thrown by the evaluator whenever an invalid value is used as the index into a table (e.g. when defining, assigning or referencing it).
XIllegalIndex(String) - Constructor for class edu.vub.at.exceptions.XIllegalIndex
 
XIllegalOperation - exception edu.vub.at.exceptions.XIllegalOperation.
XIllegalOperation is thrown whenever an operation is requested that is a violation of the expected semantics of the interpreter.
XIllegalOperation() - Constructor for class edu.vub.at.exceptions.XIllegalOperation
 
XIllegalOperation(String, Throwable) - Constructor for class edu.vub.at.exceptions.XIllegalOperation
 
XIllegalOperation(String) - Constructor for class edu.vub.at.exceptions.XIllegalOperation
 
XIllegalOperation(Throwable) - Constructor for class edu.vub.at.exceptions.XIllegalOperation
 
XIllegalParameter - exception edu.vub.at.exceptions.XIllegalParameter.
An XIllegalParameter exception is raised when the interpreter detects a faulty formal parameter list of a function or method when it is invoked.
XIllegalParameter(String, String) - Constructor for class edu.vub.at.exceptions.XIllegalParameter
 
XIllegalQuote - exception edu.vub.at.exceptions.XIllegalQuote.
An XIllegalQuote exception is raised whenever an unquote-splice unquotation is discovered in an AG node where the resulting table cannot be spliced.
XIllegalQuote(String) - Constructor for class edu.vub.at.exceptions.XIllegalQuote
 
XIllegalSplice - exception edu.vub.at.exceptions.XIllegalSplice.
XIllegalSplice is thrown when an @ token was not encountered in one of its legal positions namely when unquoting a table or in the argument-list of an application.
XIllegalSplice(ATExpression) - Constructor for class edu.vub.at.exceptions.XIllegalSplice
 
XIllegalUnquote - exception edu.vub.at.exceptions.XIllegalUnquote.
An XIllegalUnquote exception is raised when an unquotation is discovered in a non-quoted piece of source code.
XIllegalUnquote(ATExpression) - Constructor for class edu.vub.at.exceptions.XIllegalUnquote
 
XImportConflict - exception edu.vub.at.exceptions.XImportConflict.
An XImportConflict exception is raised when an import: native fails because the importing object already defines one or more methods or fields available in the imported object.
XImportConflict(ATSymbol[]) - Constructor for class edu.vub.at.exceptions.XImportConflict
 
XIndexOutOfBounds - exception edu.vub.at.exceptions.XIndexOutOfBounds.
An XIndexOutOfBounds exception is raised when an attempt is made to access or modify an AGTable beyond its capacity.
XIndexOutOfBounds(int, int) - Constructor for class edu.vub.at.exceptions.XIndexOutOfBounds
 
XJavaException - exception edu.vub.at.objects.symbiosis.XJavaException.
An XJavaException AmbientTalk native exception wraps a Java exception.
XJavaException(Object, Member, Throwable) - Constructor for class edu.vub.at.objects.symbiosis.XJavaException
 
XJavaException(Throwable) - Constructor for class edu.vub.at.objects.symbiosis.XJavaException
 
XNotInstantiatable - exception edu.vub.at.exceptions.XNotInstantiatable.
Raised whenever a wrapped Java class cannot be instantiated because: - it has no publicly accessible constructors - it is abstract
XNotInstantiatable(Class) - Constructor for class edu.vub.at.exceptions.XNotInstantiatable
Constructor signalling the class has no public constructors.
XNotInstantiatable(Class, Exception) - Constructor for class edu.vub.at.exceptions.XNotInstantiatable
Constructor signalling the class is abstract.
XParseError - exception edu.vub.at.exceptions.XParseError.
XParseError is thrown when illegal input is parsed by the AmbientTalk parser.
XParseError(String, Throwable) - Constructor for class edu.vub.at.exceptions.XParseError
 
XParseError(InputStream, String, String, int, int, Throwable) - Constructor for class edu.vub.at.exceptions.XParseError
 
XReflectionFailure - exception edu.vub.at.exceptions.XReflectionFailure.
An instance of the class XReflectionFailure is thrown when something goes wrong when dealing with mirror or mirage operations.
XReflectionFailure() - Constructor for class edu.vub.at.exceptions.XReflectionFailure
 
XReflectionFailure(String, Throwable) - Constructor for class edu.vub.at.exceptions.XReflectionFailure
 
XReflectionFailure(String) - Constructor for class edu.vub.at.exceptions.XReflectionFailure
 
XReflectionFailure(Throwable) - Constructor for class edu.vub.at.exceptions.XReflectionFailure
 
XSelectorNotFound - exception edu.vub.at.exceptions.XSelectorNotFound.
XSelectorNotFound is thrown during lookup when a particular field cannot be found.
XSelectorNotFound(ATSymbol, ATObject) - Constructor for class edu.vub.at.exceptions.XSelectorNotFound
 
XSymbiosisFailure - exception edu.vub.at.exceptions.XSymbiosisFailure.
An instance of this class is raised whenever a symbiotic method invocation fails due to overloading which could not be resolved given the actual arguments.
XSymbiosisFailure(Object, String, LinkedList, ATObject[]) - Constructor for class edu.vub.at.exceptions.XSymbiosisFailure
Reports that an overloaded method could not be resolved to a unique implementation because there are multiple matches.
XSymbiosisFailure(Object, String, ATObject[]) - Constructor for class edu.vub.at.exceptions.XSymbiosisFailure
Reports that an overloaded method could not be resolved to a unique implementation because there are no matches for any static types.
XSymbiosisFailure(Class, Constructor[], ATObject[], int) - Constructor for class edu.vub.at.exceptions.XSymbiosisFailure
Reports that an overloaded constructor could not be resolved to a unique implementation.
XTypeMismatch - exception edu.vub.at.exceptions.XTypeMismatch.
XTypeMismatch instances are thrown when a value conversion failed.
XTypeMismatch(Class, ATObject) - Constructor for class edu.vub.at.exceptions.XTypeMismatch
 
XUnassignableField - exception edu.vub.at.exceptions.XUnassignableField.
An XUnassignableField exception is raised whenever a variable assignment fails because the variable/field is immutable.
XUnassignableField(String) - Constructor for class edu.vub.at.exceptions.XUnassignableField
 
XUndefinedField - exception edu.vub.at.exceptions.XUndefinedField.
An XUndefinedField exception is raised whenever a variable reference lookup fails, or a field assignment lookup fails.
XUndefinedField(String, String) - Constructor for class edu.vub.at.exceptions.XUndefinedField
 
XUserDefined - exception edu.vub.at.exceptions.XUserDefined.
Instances of the XUserDefined act as wrappers for ATObjects which are thrown at the ambienttalk level using the raise: primitive.
XUserDefined(ATObject) - Constructor for class edu.vub.at.exceptions.XUserDefined
 
xtest - Variable in class edu.vub.at.objects.symbiosis.SymbiosisTest
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z _