org.codehaus.plexus.i18n
Class LanguageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.i18n.LanguageException
All Implemented Interfaces:
Serializable

public class LanguageException
extends Exception

See Also:
Serialized Form

Constructor Summary
LanguageException()
           
LanguageException(String message)
           
LanguageException(String message, Throwable cause)
           
LanguageException(Throwable cause)
           
 
Method Summary
 
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

LanguageException

public LanguageException()

LanguageException

public LanguageException(String message)

LanguageException

public LanguageException(Throwable cause)

LanguageException

public LanguageException(String message,
                         Throwable cause)


Copyright © 2001-2011 Codehaus. All Rights Reserved.