org.apache.commons.i18n.bundles
Class ErrorBundle
java.lang.Object
org.apache.commons.i18n.LocalizedBundle
org.apache.commons.i18n.bundles.TextBundle
org.apache.commons.i18n.bundles.MessageBundle
org.apache.commons.i18n.bundles.ErrorBundle
- All Implemented Interfaces:
- Serializable
- public class ErrorBundle
- extends MessageBundle
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.i18n.bundles.TextBundle |
TEXT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUMMARY
public static final String SUMMARY
- See Also:
- Constant Field Values
DETAILS
public static final String DETAILS
- See Also:
- Constant Field Values
ErrorBundle
public ErrorBundle(String messageId)
ErrorBundle
public ErrorBundle(String messageId,
Object[] arguments)
getSummary
public String getSummary(Locale locale)
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getSummary
public String getSummary(Locale locale,
String defaultSummary)
getDetails
public String getDetails(Locale locale)
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getDetails
public String getDetails(Locale locale,
String defaultDetails)
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.