RomanNumberFormatError.st
author Claus Gittinger <cg@exept.de>
Wed, 31 Jul 2002 15:15:07 +0200
changeset 6681 8a0708c0ef2c
parent 6678 b2d3dad41600
child 7586 63e4900c8931
permissions -rw-r--r--
checkin from browser

"{ Package: 'stx:libbasic' }"

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


!RomanNumberFormatError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/RomanNumberFormatError.st,v 1.2 2002-07-31 13:15:07 cg Exp $'
! !