Package jflex.exceptions
Class CharClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jflex.exceptions.CharClassException
-
- All Implemented Interfaces:
java.io.Serializable
public class CharClassException extends java.lang.RuntimeException
This Exception is used in class CharClasses.- Version:
- JFlex 1.9.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CharClassException(java.lang.String message)
Creates a new CharClassException with the specified message
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-