Uses of Class
org.bouncycastle.pkix.util.ErrorBundle
Packages that use ErrorBundle
-
Uses of ErrorBundle in org.bouncycastle.pkix.jcajce
Methods in org.bouncycastle.pkix.jcajce with parameters of type ErrorBundleModifier and TypeMethodDescriptionprotected voidPKIXCertPathReviewer.addError(ErrorBundle msg) protected voidPKIXCertPathReviewer.addError(ErrorBundle msg, int index) protected voidPKIXCertPathReviewer.addNotification(ErrorBundle msg) protected voidPKIXCertPathReviewer.addNotification(ErrorBundle msg, int index) Constructors in org.bouncycastle.pkix.jcajce with parameters of type ErrorBundleModifierConstructorDescriptionCertPathReviewerException(ErrorBundle errorMessage) CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable) CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index) CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index) -
Uses of ErrorBundle in org.bouncycastle.pkix.util
Fields in org.bouncycastle.pkix.util declared as ErrorBundleMethods in org.bouncycastle.pkix.util that return ErrorBundleModifier and TypeMethodDescriptionLocalizedException.getErrorMessage()Returns the localized error message of the exception.Constructors in org.bouncycastle.pkix.util with parameters of type ErrorBundleModifierConstructorDescriptionLocalizedException(ErrorBundle message) Constructs a new LocalizedException with the specified localized message.LocalizedException(ErrorBundle message, Throwable throwable) Constructs a new LocalizedException with the specified localized message and cause.