Class PbadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AIAException
,AlgorithmException
,AlgorithmException
,CadesSignatureException
,CanonicalizationException
,CertificateAttributeException
,CertificationPathException
,CertificationPathException
,CertificationPathException
,CertificationPathException
,CertificationPathException
,CounterSignatureException
,CounterSignatureException
,DictionaryException
,EncodingException
,InvalidTrustAnchorURLException
,LCRException
,LCRException
,LpaException
,LpaException
,OcspException
,OcspException
,OcspException
,ReceiptException
,ReceiptExecption
,SignatureAttributeException
,SignatureModeException
,SignatureModeException
,SignatureVerifierException
,SignatureVerifierException
,SignatureVerifierException
,SignerInfoException
,ToBeSignedException
,UnknowAttributeException
,UnknowAttributeException
,UnknowAttributeException
,ValidationException
,ValidationException
,ValidationException
,ValidationResultReason
,VerificationException
,XadesSchemaException
,XadesSignatureContainerException
,XadesSignatureException
,XmlProcessingException
public class PbadException extends Exception
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
INVALID_ALGORITHM
static String
INVALID_DIGEST_ALGORITHM
static String
INVALID_SIGNATURE
static String
NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description PbadException(String message)
PbadException(String message, Throwable cause)
PbadException(Throwable cause)
-
Method Summary
Modifier and Type Method Description boolean
isCritical()
protected void
setCritical(boolean critical)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_SIGNATURE
- See Also:
- Constant Field Values
-
NO_SUCH_ALGORITHM
- See Also:
- Constant Field Values
-
INVALID_ALGORITHM
- See Also:
- Constant Field Values
-
INVALID_DIGEST_ALGORITHM
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PbadException
-
PbadException
-
PbadException
-
-
Method Details
-
setCritical
protected void setCritical(boolean critical) -
isCritical
public boolean isCritical()
-