|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
at.objects.natives.NATText message()
at.objects.natives.NATText stackTrace()
at.objects.natives.NativeATObject stackTrace:=(at.objects.natives.NATText newTrace)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |