edu.vub.at.objects
Interface Exception


 Exception

The public interface to an AmbientTalk exception object. Although potentially every object can be raised, normally a raised object understands the messages defined in this interface.

Author:
tvcutsem

Method Summary
 at.objects.natives.NATText message()
          Returns a string-based text message describing the exception
 at.objects.natives.NativeATObject stackTrace:=(at.objects.natives.NATText newTrace)
          Assigns a new stack trace to this exception.
 at.objects.natives.NATText stackTrace()
          Returns the stack trace in a string-based representation
 
Methods inherited from interface edu.vub.at.objects.Object
super
 

Method Detail

message

at.objects.natives.NATText message()
Returns a string-based text message describing the exception


stackTrace

at.objects.natives.NATText stackTrace()
Returns the stack trace in a string-based representation


stackTrace:=

at.objects.natives.NativeATObject stackTrace:=(at.objects.natives.NATText newTrace)
Assigns a new stack trace to this exception. The stack trace is represented as a simple string