JFlex
public class CharClassException extends RuntimeException
| Constructor Summary | |
|---|---|
| CharClassException()
Creates a new CharClassException without message | |
| CharClassException(String message)
Creates a new CharClassException with the specified message
| |
Parameters: message the error description presented to the user.