Uses of Class
org.apache.commons.i18n.bundles.ErrorBundle

Packages that use ErrorBundle
org.apache.commons.i18n   
 

Uses of ErrorBundle in org.apache.commons.i18n
 

Methods in org.apache.commons.i18n that return ErrorBundle
 ErrorBundle LocalizedRuntimeException.getErrorMessage()
           
 ErrorBundle LocalizedException.getErrorMessage()
           
 ErrorBundle LocalizedError.getErrorMessage()
           
 

Constructors in org.apache.commons.i18n with parameters of type ErrorBundle
LocalizedError(ErrorBundle errorMessage)
           
LocalizedError(ErrorBundle errorMessage, java.lang.Throwable throwable)
           
LocalizedException(ErrorBundle errorMessage)
           
LocalizedException(ErrorBundle errorMessage, java.lang.Throwable throwable)
           
LocalizedRuntimeException(ErrorBundle errorMessage)
           
LocalizedRuntimeException(ErrorBundle errorMessage, java.lang.Throwable throwable)
           
 



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