org.apache.commons.i18n
Class LocalizedError

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

public class LocalizedError
extends Error

See Also:
Serialized Form

Constructor Summary
LocalizedError(ErrorBundle errorMessage)
           
LocalizedError(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

LocalizedError

public LocalizedError(ErrorBundle errorMessage,
                      Throwable throwable)

LocalizedError

public LocalizedError(ErrorBundle errorMessage)
Method Detail

getErrorMessage

public ErrorBundle getErrorMessage()


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