NumberFormatError.st
author Claus Gittinger <cg@exept.de>
Sat, 23 Aug 2003 14:09:21 +0200
changeset 7573 5c0f8cd19b66
parent 6678 b2d3dad41600
child 7586 63e4900c8931
permissions -rw-r--r--
*** empty log message ***

"{ 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 $'
! !