BadRomanNumberFormatError.st
author Claus Gittinger <cg@exept.de>
Tue, 17 Jun 2003 11:12:22 +0200
changeset 7385 852e84340d2b
parent 6680 db9c7f9ad960
child 7586 63e4900c8931
permissions -rw-r--r--
*** empty log message ***

"{ Package: 'stx:libbasic' }"

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


!BadRomanNumberFormatError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/BadRomanNumberFormatError.st,v 1.1 2002-07-31 13:14:54 cg Exp $'
! !