upidiff.i18n
Class NoLanguagesFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--upidiff.i18n.NoLanguagesFound
All Implemented Interfaces:
Serializable

public class NoLanguagesFound
extends Exception

This exception is thrown when no valid language catalog files are found during Catalog creation, that is the first call to Catalog.getInstance().

Author:
bmeurer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) NoLanguagesFound()
          Creates a new NoLanguagesFound exception with a fixed error message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoLanguagesFound

NoLanguagesFound()
Creates a new NoLanguagesFound exception with a fixed error message string.