| java.lang.Object org.bouncycastle.i18n.LocalizedMessage org.bouncycastle.i18n.TextBundle org.bouncycastle.i18n.MessageBundle org.bouncycastle.i18n.ErrorBundle
Constructor Summary | |
public | ErrorBundle(String resource, String id) Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | public | ErrorBundle(String resource, String id, String encoding) Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | public | ErrorBundle(String resource, String id, Object[] arguments) Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. | public | ErrorBundle(String resource, String id, String encoding, Object[] arguments) Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file. |
DETAIL_ENTRY | final public static String DETAIL_ENTRY(Code) | | detail entry key
|
SUMMARY_ENTRY | final public static String SUMMARY_ENTRY(Code) | | summary entry key
|
ErrorBundle | public ErrorBundle(String resource, String id) throws NullPointerException(Code) | | Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
Parameters: resource - base name of the resource file Parameters: id - the id of the corresponding bundle in the resource file throws: NullPointerException - if resource or id is null |
ErrorBundle | public ErrorBundle(String resource, String id, Object[] arguments) throws NullPointerException(Code) | | Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
Parameters: resource - base name of the resource file Parameters: id - the id of the corresponding bundle in the resource file Parameters: arguments - an array containing the arguments for the message throws: NullPointerException - if resource or id is null |
ErrorBundle | public ErrorBundle(String resource, String id, String encoding, Object[] arguments) throws NullPointerException, UnsupportedEncodingException(Code) | | Constructs a new ErrorBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
Parameters: resource - base name of the resource file Parameters: id - the id of the corresponding bundle in the resource file Parameters: encoding - the encoding of the resource file Parameters: arguments - an array containing the arguments for the message throws: NullPointerException - if resource or id is null throws: UnsupportedEncodingException - if the encoding is not supported |
Fields inherited from org.bouncycastle.i18n.MessageBundle | final public static String TITLE_ENTRY(Code)(Java Doc)
|
|
|