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

LocalizedException

public LocalizedException(ErrorBundle errorMessage)
Method Detail

getErrorMessage

public ErrorBundle getErrorMessage()


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