public class Base64DecodingException extends IOException
| Constructor and Description |
|---|
Base64DecodingException(String message,
char c)
Construct an new exception.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getChar()
Get the character that caused this error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Base64DecodingException(String message, char c)
message - message later to be returned by a getMessage() call.c - character that caused this error.Copyright © 2017. All rights reserved.