|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorBundle | |
|---|---|
| kz.gamma.i18n | |
| kz.gamma.x509 | |
| Uses of ErrorBundle in kz.gamma.i18n |
|---|
| Fields in kz.gamma.i18n declared as ErrorBundle | |
|---|---|
protected ErrorBundle |
LocalizedException.message
|
| Methods in kz.gamma.i18n that return ErrorBundle | |
|---|---|
ErrorBundle |
LocalizedException.getErrorMessage()
Returns the localized error message of the exception. |
| Constructors in kz.gamma.i18n with parameters of type ErrorBundle | |
|---|---|
LocalizedException(ErrorBundle message)
Constructs a new LocalizedException with the specified localized message. |
|
LocalizedException(ErrorBundle message,
java.lang.Throwable throwable)
Constructs a new LocalizedException with the specified localized message and cause. |
|
| Uses of ErrorBundle in kz.gamma.x509 |
|---|
| Methods in kz.gamma.x509 with parameters of type ErrorBundle | |
|---|---|
protected void |
PKIXCertPathReviewer.addError(ErrorBundle msg)
|
protected void |
PKIXCertPathReviewer.addError(ErrorBundle msg,
int index)
|
protected void |
PKIXCertPathReviewer.addNotification(ErrorBundle msg)
|
protected void |
PKIXCertPathReviewer.addNotification(ErrorBundle msg,
int index)
|
| Constructors in kz.gamma.x509 with parameters of type ErrorBundle | |
|---|---|
CertPathReviewerException(ErrorBundle errorMessage)
|
|
CertPathReviewerException(ErrorBundle errorMessage,
java.security.cert.CertPath certPath,
int index)
|
|
CertPathReviewerException(ErrorBundle errorMessage,
java.lang.Throwable throwable)
|
|
CertPathReviewerException(ErrorBundle errorMessage,
java.lang.Throwable throwable,
java.security.cert.CertPath certPath,
int index)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||