Class NodeOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.xades.exceptions.SignatureModeException
br.ufsc.labsec.signature.conformanceVerifier.xades.exceptions.NodeOperationException
- All Implemented Interfaces:
Serializable
public class NodeOperationException extends SignatureModeException
Esta classe indica que houve erro ao definir alguma operação sobre algum nodo
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.conformanceVerifier.xades.exceptions.SignatureModeException
INVALID_MODE, THIS_MODE_NEED_OPERATIONS
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description NodeOperationException(String message)
Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeOperationException
Construtor- Parameters:
message
- A mensagem de erro
-