JFlex
Class CharClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by JFlex.CharClassException
All Implemented Interfaces:
java.io.Serializable

public class CharClassException
extends java.lang.RuntimeException

This Exception is used in class CharClasses.

See Also:
Serialized Form

Constructor Summary
CharClassException()
          Creates a new CharClassException without message
CharClassException(java.lang.String message)
          Creates a new CharClassException with the specified message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharClassException

public CharClassException()
Creates a new CharClassException without message


CharClassException

public CharClassException(java.lang.String message)
Creates a new CharClassException with the specified message

Parameters:
message - the error description presented to the user.