Class LocaleNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.jclf.util.locale.LocaleNotFoundException
All Implemented Interfaces:
Serializable

public class LocaleNotFoundException extends Exception
An attempt to find a locale has failed.
See Also:
  • Constructor Details

    • LocaleNotFoundException

      public LocaleNotFoundException()
      Constructs a new LocaleNotFoundException with null as its detail message.
    • LocaleNotFoundException

      public LocaleNotFoundException(String s)
      Constructs a new LocaleNotFoundException with the given detail message.
      Parameters:
      s - the detail message.