Package jflex.exceptions
Class CharClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jflex.exceptions.CharClassException
-
- All Implemented Interfaces:
Serializable
public class CharClassException extends RuntimeException
This Exception is used in class CharClasses.- Version:
- JFlex 1.8.2
- Author:
- Gerwin Klein
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CharClassException(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
-
-
-
-
Constructor Detail
-
CharClassException
public CharClassException(String message)
Creates a new CharClassException with the specified message- Parameters:
message
- the error description presented to the user.
-
-