Class PdfEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.conformanceVerifier.pdf.exceptions.PdfEntryException
- All Implemented Interfaces:
Serializable
public class PdfEntryException extends Exception
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
MISSING_FILTER_FIELD
-
Constructor Summary
Constructors Constructor Description PdfEntryException(String message)
Construtor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MISSING_FILTER_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PdfEntryException
Construtor- Parameters:
message
- A mensagem de erro
-