public class ASN1ParsingException extends IllegalStateException
| Constructor and Description |
|---|
ASN1ParsingException(String message)
Base constructor
|
ASN1ParsingException(String message,
Throwable cause)
Constructor when this exception is due to another one.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Return the underlying cause of this exception, if any.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ASN1ParsingException(String message)
message - a message concerning the exception.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.