# HG changeset patch # User Claus Gittinger # Date 1254404633 -7200 # Node ID 3f2177e11a8a1661f44c66417d38f3db220be6ab # Parent 8cdb5d2464558cc9e20c24d234175334023ba1e9 *** empty log message *** diff -r 8cdb5d246455 -r 3f2177e11a8a GenericException.st --- a/GenericException.st Thu Oct 01 15:43:50 2009 +0200 +++ b/GenericException.st Thu Oct 01 15:43:53 2009 +0200 @@ -341,6 +341,14 @@ ^ SignalSet with:self with:anExceptionHandler ! ! +!GenericException class methodsFor:'misc ui support'! + +iconInBrowserSymbol + + + ^ #exceptionClassBrowserIcon +! ! + !GenericException class methodsFor:'printing'! description @@ -2075,11 +2083,11 @@ !GenericException class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.118 2009-10-01 07:26:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.119 2009-10-01 13:43:53 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.118 2009-10-01 07:26:48 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.119 2009-10-01 13:43:53 cg Exp $' ! ! GenericException initialize!