NumberFormatError.st
author Claus Gittinger <cg@exept.de>
Wed, 31 Jul 2002 12:33:29 +0200
changeset 6678 b2d3dad41600
child 7586 63e4900c8931
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libbasic' }"

NumberConversionError subclass:#NumberFormatError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Errors'
!


!NumberFormatError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/NumberFormatError.st,v 1.1 2002-07-31 10:33:01 cg Exp $'
! !