org.apache.commons.i18n
Class LocalizedError
java.lang.Object
org.apache.commons.i18n.LocalizedBundle
org.apache.commons.i18n.LocalizedText
org.apache.commons.i18n.LocalizedMessage
org.apache.commons.i18n.LocalizedError
- All Implemented Interfaces:
- Serializable
- public class LocalizedError
- extends LocalizedMessage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizedError
public LocalizedError(String messageId)
LocalizedError
public LocalizedError(String messageId,
Object[] arguments)
getSummary
public String getSummary()
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getSummary
public String getSummary(Locale locale)
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getSummary
public String getSummary(String defaultSummary)
getSummary
public String getSummary(Locale locale,
String defaultSummary)
getDetails
public String getDetails()
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getDetails
public String getDetails(Locale locale)
throws MessageNotFoundException
- Throws:
MessageNotFoundException
getDetails
public String getDetails(String defaultDetails)
getDetails
public String getDetails(Locale locale,
String defaultDetails)
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.