public class CharClassException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CharClassException()
Creates a new CharClassException without message
|
CharClassException(java.lang.String message)
Creates a new CharClassException with the specified message
|
private static final long serialVersionUID
public CharClassException()
public CharClassException(java.lang.String message)
message
- the error description presented to the user.