Package jflex
Class CharClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jflex.CharClassException
- All Implemented Interfaces:
Serializable
This Exception is used in class CharClasses.
- Version:
- JFlex 1.7.0
- 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
public CharClassException() -
CharClassException
Creates a new CharClassException with the specified message- Parameters:
message
- the error description presented to the user.
-