Error.st
changeset 19208 c2baf5093dcf
parent 13133 ebdaac05b6ed
child 19227 5e949760a4e8
equal deleted inserted replaced
19207:ccaeb96d0047 19208:c2baf5093dcf
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 Exception subclass:#Error
    16 Exception subclass:#Error
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    54 
    56 
    55     "Created: / 04-08-1999 / 08:48:18 / stefan"
    57     "Created: / 04-08-1999 / 08:48:18 / stefan"
    56     "Modified: / 17-11-2010 / 17:53:07 / cg"
    58     "Modified: / 17-11-2010 / 17:53:07 / cg"
    57 ! !
    59 ! !
    58 
    60 
    59 !Error class methodsFor:'misc ui support'!
       
    60 
       
    61 iconInBrowserSymbol
       
    62     <resource: #programImage>
       
    63 
       
    64     ^ #errorClassBrowserIcon
       
    65 ! !
       
    66 
    61 
    67 !Error class methodsFor:'queries'!
    62 !Error class methodsFor:'queries'!
    68 
    63 
    69 mayProceed
    64 mayProceed
    70     "By default, errors do not allow to proceed.
    65     "By default, errors do not allow to proceed.
    83 ! !
    78 ! !
    84 
    79 
    85 !Error class methodsFor:'documentation'!
    80 !Error class methodsFor:'documentation'!
    86 
    81 
    87 version
    82 version
    88     ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $'
    83     ^ '$Header$'
    89 !
    84 !
    90 
    85 
    91 version_CVS
    86 version_CVS
    92     ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $'
    87     ^ '$Header$'
    93 ! !
    88 ! !
    94 
    89 
       
    90 
    95 Error initialize!
    91 Error initialize!