Smalltalk/X WebserverDocumentation of class 'RomanNumberFormatError': | |
Class: RomanNumberFormatErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ConversionError | +--NumberConversionError | +--NumberFormatError | +--RomanNumberFormatError | +--BadRomanNumberFormatError
Description:raised directly, if a roman number cannot be converted to a number. (invalid character or empty string). Also the superclass of more specific errors: BadRomanNumberFormatError - raised if characters are ok, but out of range (such as MMMMMM) NaiveRomanNumberFormatNotification - raised if a 4 or 9 is encoded as naive roman number (such as IIII) |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 07:26:47 GMT |