public class NoCommonCurrencyException extends IllegalArgumentException
Constructor and Description |
---|
NoCommonCurrencyException(ExchangeRate first,
ExchangeRate second) |
Modifier and Type | Method and Description |
---|---|
ExchangeRate |
getFirst() |
ExchangeRate |
getSecond() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoCommonCurrencyException(ExchangeRate first, ExchangeRate second)
public ExchangeRate getFirst()
public ExchangeRate getSecond()
Copyright © 2009-2012 Joda.org. All Rights Reserved.