public class InvalidCharacterException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private int |
input |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
InvalidCharacterException(int input)
Creates a new instance of an InvalidCharacterException
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final int input
public InvalidCharacterException(int input)
input - The char that has caused the exceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.