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-Errors
Version:
rev: 1.6 date: 2021/09/17 19:48:13
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)

copyright

COPYRIGHT (c) 2002 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 03:53:49 GMT