public class

CertPathReviewerException

extends LocalizedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.bouncycastle.i18n.LocalizedException
         ↳ org.bouncycastle.x509.CertPathReviewerException

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.i18n.LocalizedException
Public Constructors
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
CertPathReviewerException(ErrorBundle errorMessage)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
Public Methods
CertPath getCertPath()
int getIndex()
[Expand]
Inherited Methods
From class org.bouncycastle.i18n.LocalizedException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CertPathReviewerException (ErrorBundle errorMessage, Throwable throwable)

public CertPathReviewerException (ErrorBundle errorMessage)

public CertPathReviewerException (ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)

public CertPathReviewerException (ErrorBundle errorMessage, CertPath certPath, int index)

Public Methods

public CertPath getCertPath ()

public int getIndex ()