WAErrorHandler


Seaside-Session

Comment:



Hierarchy:

ProtoObject
Object
WAErrorHandler

Summary:

methods:

instance class
as yet unclassified as yet unclassified

Detail:

instance methods:

as yet unclassified
handleError: anError

	anError pass
handleWarning: aWarning

	self handleError: aWarning

class methods:

as yet unclassified
handleError: anError

	^ self new handleError: anError
handleWarning: aWarning

	^ self new handleWarning: aWarning

^top


- made by Dandelion -