org.wymiwyg.commons.util
Class LanguageUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wymiwyg.commons.util.LanguageUnavailableException
All Implemented Interfaces:
Serializable

public class LanguageUnavailableException
extends Exception

Author:
reto
See Also:
Serialized Form

Constructor Summary
LanguageUnavailableException()
           
LanguageUnavailableException(String message, String[] availableLanguages)
           
 
Method Summary
 String[] getAvailableLocales()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageUnavailableException

public LanguageUnavailableException(String message,
                                    String[] availableLanguages)
Parameters:
message -

LanguageUnavailableException

public LanguageUnavailableException()
Method Detail

getAvailableLocales

public String[] getAvailableLocales()
Returns:

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011. All Rights Reserved.