public final class IllegalCharacterException
extends IllegalArgumentException
| Constructor and Description |
|---|
IllegalCharacterException(byte value)
Creates a new instance.
|
IllegalCharacterException(byte value,
String expected)
Creates a new instance.
|
public IllegalCharacterException(byte value)
value - value of the characterpublic IllegalCharacterException(byte value,
String expected)
value - value of the characterexpected - definition of expected value(s)