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,CounterSignatureException,CounterSignatureException,DictionaryException,EncodingException,LCRException,LpaException,OcspException,OcspException,ReceiptException,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 StringINVALID_ALGORITHMstatic StringINVALID_DIGEST_ALGORITHMstatic StringINVALID_SIGNATUREstatic StringNO_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 booleanisCritical()protected voidsetCritical(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()
-