RomanNumberFormatError.st
author Claus Gittinger <cg@exept.de>
Tue, 03 Jun 2003 12:36:51 +0200
changeset 7327 ab17eb5f11a6
parent 6681 8a0708c0ef2c
child 7586 63e4900c8931
permissions -rw-r--r--
printFormat

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