org.apache.commons.i18n
Class LocalizedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.i18n.LocalizedException
All Implemented Interfaces:
Serializable

public class LocalizedException
extends Exception

See Also:
Serialized Form

Constructor Summary
LocalizedException(LocalizedError errorMessage)
           
LocalizedException(LocalizedError errorMessage, Throwable throwable)
           
 
Method Summary
 LocalizedError getErrorMessage()
           
 
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

LocalizedException

public LocalizedException(LocalizedError errorMessage,
                          Throwable throwable)

LocalizedException

public LocalizedException(LocalizedError errorMessage)
Method Detail

getErrorMessage

public LocalizedError getErrorMessage()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.