eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'RomanNumberFormatError':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: RomanNumberFormatError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--ConversionError
                  |
                  +--NumberConversionError
                     |
                     +--NumberFormatError
                        |
                        +--RomanNumberFormatError
                           |
                           +--BadRomanNumberFormatError

Package:
stx:libbasic
Category:
Magnitude-Numbers
Version:
rev: 1.4 date: 2008/08/06 09:53:04
user: cg
file: RomanNumberFormatError.st directory: libbasic
module: stx stc-classLibrary: libbasic

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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 07:07:55 GMT