org.joda.money
Class IllegalCurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.joda.money.IllegalCurrencyException
- All Implemented Interfaces:
- Serializable
public class IllegalCurrencyException
- extends IllegalArgumentException
Exception thrown when the requested currency is illegal.
For example, this exception would be thrown when trying to obtain a
currency using an unrecognised currency code or locale.
This exception makes no guarantees about immutability or thread-safety.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalCurrencyException
public IllegalCurrencyException(String message)
- Constructor.
- Parameters:
message
- the message, may be null
Copyright © 2009–2013 Joda.org. All rights reserved.