Package jflex.exceptions
Class CharClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jflex.exceptions.CharClassException
- All Implemented Interfaces:
Serializable
This Exception is used in class CharClasses.
- Version:
- JFlex 1.8.2
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCharClassException
(String message) Creates a new CharClassException with the specified message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CharClassException
Creates a new CharClassException with the specified message- Parameters:
message
- the error description presented to the user.
-