Package 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
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization lock.- See Also:
-
-
Constructor Details
-
IllegalCurrencyException
Constructor.- Parameters:
message
- the message, may be null
-