java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.jclf.util.locale.LocaleNotFoundException
- All Implemented Interfaces:
Serializable
An attempt to find a locale has failed.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newLocaleNotFoundException
withnull
as its detail message.Constructs a newLocaleNotFoundException
with the given detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocaleNotFoundException
public LocaleNotFoundException()Constructs a newLocaleNotFoundException
withnull
as its detail message. -
LocaleNotFoundException
Constructs a newLocaleNotFoundException
with the given detail message.- Parameters:
s
- the detail message.
-