currency
Class CurrencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by currency.CurrencyException

public class CurrencyException
extends java.lang.Exception

Provides a specialized exception type for package Currency.


Constructor Summary
CurrencyException()
           
CurrencyException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurrencyException

public CurrencyException()

CurrencyException

public CurrencyException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable