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:
java.io.Serializable
public class IllegalCurrencyException extends java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serialization lock.
-
Constructor Summary
Constructors Constructor Description IllegalCurrencyException(java.lang.String message)
Constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serialization lock.- See Also:
- Constant Field Values
-
-