Java org.bouncycastle.i18n ErrorBundle fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.i18n ErrorBundle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.i18n ErrorBundle.

The text is from its open source code.

Constructor

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.
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.
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.

Method

StringgetDetail(Locale loc)
Returns the detail message in the given locale and the default timezone.