public class UnknownLocaleException
extends java.lang.Exception
Constructor and Description |
---|
UnknownLocaleException()
Constructs an Exception with no specified detail message.
|
UnknownLocaleException(java.lang.String s)
Constructs an Exception with the specified detail message.
|