uir
Class RomanFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uir.RomanFormatException
All Implemented Interfaces:
Serializable

public class RomanFormatException
extends Exception

Implementace vyjjímky, která říká, že vstupní řetězec u římských číslic není ve správném formátu, nebo, že vstupní číslo není v rozsahu 0-3999

Author:
Martin Sloup, A04372
msloup@students.zcu.cz

Západočeská Univerzita
Fakulta Aplikovaných Věd
See Also:
Serialized Form

Constructor Summary
RomanFormatException()
          Konstruktor výjimky bez možnosti udání popisku výjimky
RomanFormatException(String message)
          Konstruktor výjimky s možností udání popisku výjimky
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RomanFormatException

public RomanFormatException()
Konstruktor výjimky bez možnosti udání popisku výjimky


RomanFormatException

public RomanFormatException(String message)
Konstruktor výjimky s možností udání popisku výjimky

Parameters:
message - popisek výjimky