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

"{ 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.1 2002-07-31 10:33:13 cg Exp $'
! !